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

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

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

Exports

Operations

Jobs

Operations