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

Category

Represents a Category with localized names.

Codestring or null<= 50 characters

The unique identifier of the Category.

CulturesArray of objects(CategoryCulture)

The localized names and synonyms of the Category per culture code.

Idinteger(int32)

Norce internal category id

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

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 }

Exports

Operations

Jobs

Operations