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

HistoricalBestPrice

Represents an historical best price information for a product or variant.

QtyBreakinteger(int32)

The Quantity break value. Default is 1.

PriceListCodestring or null<= 50 characters

The price list code. Called "Agreement" in Norce Commerce Services and Query.

PriceListIdinteger(int32)

Norce internal Price list Id

Currencystring or null<= 3 characters

The currency code corresponding with ISO 4217, e.g. "GBP", or "SEK".

PriceSalenumber(double)

The sale price, excluding VAT, with 2 decimal precision.

VatRatenumber(double)

The VAT Rate, as a factor. E.g. 1.25 for 25% VAT or 1.08 for 8% VAT.

ValueIncVatnumber(double)

The Price Value Including VAT, with 2 decimal precision.

TimeStampstring(date-time)

The timestamp of when the price was changed to this value.

{ "QtyBreak": 0, "PriceListCode": "string", "PriceListId": 0, "Currency": "str", "PriceSale": 0.1, "VatRate": 0.1, "ValueIncVat": 0.1, "TimeStamp": "2019-08-24T14:15:22Z" }

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

Exports

Operations

Jobs

Operations