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

ExportFeedResponse

codestring(ResponseCode)
Enum"Success""AlreadyInProgress""NoData""Failed"
jobKeystring or null
dataUrlstring or null
contentTypestring or null
itemsTotalinteger(int32)
{ "code": "Success", "jobKey": "string", "dataUrl": "string", "contentType": "string", "itemsTotal": 0 }

Family

Represents a Family value. A family is a grouping of products that does not have to share common attributes. Families can be used to group products for various purposes, such as categorization, or filtering. Used for series or common branding of products for display purposes. Not commonly used anymore.

Codestring or null<= 50 characters

The unique identifier of the Family.

CulturesArray of objects(FamilyCulture)

The localized names of the Family.

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

FamilyCulture

Localized Family 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 Family.

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

Exports

Operations

Jobs

Operations