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

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

ResponseCode

string(ResponseCode)
Enum"Success""AlreadyInProgress""NoData""Failed"
"Success"

Exports

Operations

Jobs

Operations