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

JobRunRequest

channelKeystring(uuid)
deltaFromDatestring or null(date-time)
channelIdstring(uuid)Deprecated
endpointUrlstring or nullDeprecated
{ "channelKey": "e6d1a5c6-7228-4d3b-a608-78133d5df10d", "deltaFromDate": "2019-08-24T14:15:22Z", "channelId": "5f6d08bc-455a-4532-98b8-19e2cee51160", "endpointUrl": "string" }

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 }

Exports

Operations

Jobs

Operations