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

HistoricalUniqueUrls

Historical Unique Urls for a product or variant.

CultureCodestring or null

Represents language corresponding with ISO 639-1 (e.g. "en") alone or together with localization corresponding with ISO 3166-1 (e.g. "GB") Valid values can be both "en" or "en-GB". Most commonly used format is "xx-XX".

UniqueUrlNamestring or null<= 500 characters

Unique URL Name for the Product.

IsArchivedboolean

Indicates if the Unique URL Name is archived. This means it is no longer in active use.

ArchivedDatestring or null(date-time)

Archived Date for the Unique URL Name.

LastModifiedDatestring(date-time)

Last Modified Date for the Unique URL Name.

{ "CultureCode": "string", "UniqueUrlName": "string", "IsArchived": true, "ArchivedDate": "2019-08-24T14:15:22Z", "LastModifiedDate": "2019-08-24T14:15:22Z" }

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"

Exports

Operations

Jobs

Operations