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

Warehouse

Represents a Warehouse, on which stock information is kept.

codestring or null
locationCodestring or null
idinteger(int32)

Norce internal warehouse id

locationIdinteger(int32)

Norce internal location id

{ "code": "string", "locationCode": "string", "id": 0, "locationId": 0 }

QuantityBreakPrice

Represents a quantity-break price.

priceListCodestring or null

The price list code. Called "Agreement" in Norce [Storm] API and Query. This may be diferent than on the default price.

quantityBreakinteger(int32)

Quantity Break, the quantity where this price becomes valid.

isDiscountableboolean

Defines if the current price is further discountable or not by promotions.

valuenumber(double)

The chosen price, excl VAT.

valueIncVatnumber(double)

The chosen price, incl VAT

{ "priceListCode": "string", "quantityBreak": 0, "isDiscountable": true, "value": 0.1, "valueIncVat": 0.1 }

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": [ {} ] }

Exports

Operations

Jobs

Operations