Skip to content

Product Feed (v1_redocly)

Download OpenAPI description
Languages
Servers
https://customer-slug.api-se.norce.tech/commerce/productfeed/1.0/

Schemas

Schemas

Price

Represents the chosen Price for a specific Variant, unique by SalesArea.

salesAreastring or null
priceListCodestring or null
currencystring or null
valuenumber(double)
isDiscountableboolean
originalnumber or null(double)
vatRatenumber(double)
availableOnWarehousesArray of objects or null or null(Warehouse)
purchaseCostnumber(double)
unitCostnumber(double)
isActiveboolean
valueIncVatnumber(double)

The chosen price, incl VAT

priceListIdinteger(int32)

Norce internal Price list Id

recommendedPricenumber or null(double)

Recommended price, if exists.

standardPricenumber or null(double)

Standard price, if exists.

catalogPricenumber or null(double)

Catalog price, if exists.

recommendedPriceIncVatnumber or null(double)

Recommended price, incl VAT, if exists.

standardPriceIncVatnumber or null(double)

Standard price, incl VAT, if exists.

catalogPriceIncVatnumber or null(double)

Catalog price, incl VAT, if exists.

availableQuantityBreaksArray of objects or null or null(QuantityBreakPrice)

Available quantity breaks

{ "salesArea": "string", "priceListCode": "string", "currency": "string", "value": 0.1, "isDiscountable": true, "original": 0.1, "vatRate": 0.1, "availableOnWarehouses": [ {} ], "purchaseCost": 0.1, "unitCost": 0.1, "isActive": true, "valueIncVat": 0.1, "priceListId": 0, "recommendedPrice": 0.1, "standardPrice": 0.1, "catalogPrice": 0.1, "recommendedPriceIncVat": 0.1, "standardPriceIncVat": 0.1, "catalogPriceIncVat": 0.1, "availableQuantityBreaks": [ {} ] }

WarehouseType

Specifies the parametric type, used to interpret the value set on a Parametric.

string(WarehouseType)

Specifies the parametric type, used to interpret the value set on a Parametric.

Enum"Warehouse""Store""Transit""Other"
"Warehouse"

OnHand

Represents the on hand (stock) values per warehouse.

warehouseobject or null(Warehouse)

Represents a Warehouse, on which stock information is kept.

warehouseTypestring(WarehouseType)

Specifies the parametric type, used to interpret the value set on a Parametric.

Enum"Warehouse""Store""Transit""Other"
valuenumber(double)
leadTimeDayCountinteger or null(int32)
availableOnStoresArray of strings or null
availableOnPriceListsArray of strings or null
nextDeliverystring or null(date-time)
{ "warehouse": { "code": "string", "locationCode": "string", "id": 0, "locationId": 0 }, "warehouseType": "Warehouse", "value": 0.1, "leadTimeDayCount": 0, "availableOnStores": [ "string" ], "availableOnPriceLists": [ "string" ], "nextDelivery": "2019-08-24T14:15:22Z" }

Exports

Operations

Jobs

Operations