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

JobStatus

string(JobStatus)
Enum"Unknown""Initialized""WaitingForSlot""RunningInExportFeed""CompletedInExportFeed""CompletedByAdapter""NoContent""Failed""Cancelled"
"Unknown"

Logistics

Contains logistic data for an item, used for shipping calculations.

Widthnumber or null(double)

The width of the item in predefined unit (commonly cm). The unit can be changed in client setting.

Heightnumber or null(double)

The height of the item in predefined unit (commonly cm). The unit can be changed in client setting.

Depthnumber or null(double)

The depth of the item in predefined unit (commonly cm). The unit can be changed in client setting.

Weightnumber or null(double)

The weight of the item in predefined unit (commonly kg). The unit can be changed in client setting.

{ "Width": 0.1, "Height": 0.1, "Depth": 0.1, "Weight": 0.1 }

OnHand

Represents the on hand (stock) values per warehouse.

Warehouseobject or null

The unique warehouse reference.

WarehouseTypestring(WarehouseType)

Specifies the warehouse type, used to differentiate between normal warehouses, stores, transit warehouses etc, which is used differently in Norce Commerce business logic.

Enum"warehouse""store""transit""other"
Valuenumber(double)

The current stock quantity, excluding reserved stock.

LeadTimeDayCountinteger or null(int32)

Lead time until delivery can be made. Named as a "Day count" but can be any unit of time defined by the client.

AvailableOnStoresArray of strings

Lists all stores on which this product is available. A list of store codes (not store warehouses).

AvailableOnPriceListsArray of strings or null

Lists all price lists on which this product has a price. A list of price list codes.

NextDeliverystring or null(date-time)

The next delivery date from supplier to this warehouse. Called "NextDeliveryDate" in Norce Commerce Services.

IncomingValuenumber or null(double)

The incoming inventory value for this warehouse.

{ "Warehouse": { "Code": "string", "LocationCode": "string", "Id": 0, "LocationId": 0 }, "WarehouseType": "warehouse", "Value": 0.1, "LeadTimeDayCount": 0, "AvailableOnStores": [ "string" ], "AvailableOnPriceLists": [ "string" ], "NextDelivery": "2019-08-24T14:15:22Z", "IncomingValue": 0.1 }

Exports

Operations

Jobs

Operations