Product Feed API (v1.0)

Download OpenAPI description
Languages
Servers
Playground

https://{slug}.api-se.playground.norce.tech/commerce/productfeed/1.0/

Stage

https://{slug}.api-se.stage.norce.tech/commerce/productfeed/1.0/

Production

https://{slug}.api-se.norce.tech/commerce/productfeed/1.0/

Schemas

ResponseCode

string(ResponseCode)
Enum"Success""AlreadyInProgress""NoData""Failed"
"Success"

Status

Specifies the status for the part number.

string(Status)

Specifies the status for the part number.

Enum"active""coming""expiring""hidden""inactive"
"active"

Supplier

Represents a supplier record.

SupplierCodestring or null<= 50 characters

The unique code for the Supplier.

SupplierPartNostring or null<= 50 characters

The unique identifier for Supplier item.

SupplierPriceListCodestring or null<= 50 characters

Identifier of the supplier price list.

Currencystring or null

The currency code corresponding with ISO 4217, e.g. "GBP". For the supplier price list.

Costnumber(double)

The current reacquire cost (excluding VAT) if acquired from supplier. In the currency of the supplier.

OnHandValuenumber(double)

The current stock quantity.

IsStockCalculatedboolean

Defines if stock is calculated, meaning that OnHandValue is deferred and Supplier is to be considered to always have item in stock. Commonly set to false.

LeadTimeDayCountinteger or null(int32)

Estimated lead time until delivery can be made from this supplier.

ChosenSupplierOnPriceListsArray of strings or null

Lists all price list codes on which this supplier is marked as chosen (preselected) supplier.

AvailableOnPriceListsArray of strings or null

Lists all price list codes on which this supplier record is applicable.

{ "SupplierCode": "string", "SupplierPartNo": "string", "SupplierPriceListCode": "string", "Currency": "string", "Cost": 0.1, "OnHandValue": 0.1, "IsStockCalculated": true, "LeadTimeDayCount": 0, "ChosenSupplierOnPriceLists": [ "string" ], "AvailableOnPriceLists": [ "string" ] }

Exports

Operations

Jobs

Operations