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

Flag

Represents a flag that can be assigned to products to denote specific attributes or characteristics. Flags are organized into groups for better context and management. They can have culture-specific names and descriptions.

Codestring or null<= 50 characters

The unique identifier of the Flag.

CulturesArray of objects(FlagCulture)

The localized names of the Flag.

Idinteger(int32)

Norce internal flag id

GroupCodestring or null<= 50 characters

The unique identifier of the Flag Group.

{ "Code": "string", "Cultures": [ {} ], "Id": 0, "GroupCode": "string" }

FlagCulture

Localized Flag information.

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".

Namestring or null<= 50 characters

The name of the Flag.

GroupNamestring or null<= 50 characters

The name of its flag group.

{ "CultureCode": "string", "Name": "string", "GroupName": "string" }

GetJobResponse

clientIdinteger(int32)
keystring(uuid)
channelKeystring(uuid)
endpointstring or null
typestring or null
deltaFromDatestring or null(date-time)
itemsTotalinteger(int32)
statusIdstring(JobStatus)
Enum"Unknown""Initialized""WaitingForSlot""RunningInExportFeed""CompletedInExportFeed""CompletedByAdapter""NoContent""Failed""Cancelled"
startstring(date-time)
stopstring or null(date-time)
lastUpdatedstring(date-time)
{ "clientId": 0, "key": "4adfe27e-63d3-45b9-8238-62b6ed6fdb5e", "channelKey": "e6d1a5c6-7228-4d3b-a608-78133d5df10d", "endpoint": "string", "type": "string", "deltaFromDate": "2019-08-24T14:15:22Z", "itemsTotal": 0, "statusId": "Unknown", "start": "2019-08-24T14:15:22Z", "stop": "2019-08-24T14:15:22Z", "lastUpdated": "2019-08-24T14:15:22Z" }

Exports

Operations

Jobs

Operations