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

CategoryCulture

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

FullNamestring or null<= 500 characters

All category names in the hierarchy with " - " between, example: "Furniture - Table".

Synonymsstring or null<= 500 characters

Configured synonyms for the Category. MaxLength: 500

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

CodeName

Generic Code/Name entity, without localization.

Codestring or null<= 50 characters

The unique identifier or the value in context.

Namestring or null

The descriptive name of the value.

Idinteger(int32)

Internal id of the value in Norce.

{ "Code": "string", "Name": "string", "Id": 0 }

CultureNames

Localized names for a Product/Variant.

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<= 255 characters

The product of variant name on the specific culture.

UniqueUrlNamestring or null<= 500 characters

Manually set or generated unique URL name. The field is called "Unique url" in admin and "UniqueName" in Norce Commerce Services.

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

Exports

Operations

Jobs

Operations