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

QuantityBreakPrice

Represents a quantity-break price.

PriceListCodestring or null

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

QuantityBreakinteger(int32)

Quantity Break, the quantity from where this price becomes valid. The price is then valid until the next quantity break.

IsDiscountableboolean

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

Valuenumber(double)

The chosen price, exclusing VAT, with 2 decimal precision.

ValueIncVatnumber(double)

The chosen price, including VAT, with 2 decimal precision.

{ "PriceListCode": "string", "QuantityBreak": 0, "IsDiscountable": true, "Value": 0.1, "ValueIncVat": 0.1 }

Relation

Represents a Relation between Products/Variants.

Typestring or null<= 50 characters

The un-localized default name of the Relation type. Retained for backwards compatibility with consumers that have not yet adopted ; use for localized names.

PartNostring or null

Part number reference of related variant (or product). For a variant, if entire product is related, all part numbers are specified in the list.

Codestring or null<= 50 characters

Identifier for the relation type.

CulturesArray of objects(RelationCulture)

The localized names of the Relation type.

{ "Type": "string", "PartNo": "string", "Code": "string", "Cultures": [ {} ] }

RelationCulture

Localized Relation type 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 localized name of the Relation type.

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

Exports

Operations

Jobs

Operations