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

Parametric

Represents a Parametric value.

Codestring or null<= 50 characters

The unique identifier of the Parametric.

Typestring(ParametricType)

Specifies the parametric type, used to interpret the value set on a Parametric.

Enum"text""integer""decimal""boolean""html""date""list""multiple"
SortOrderinteger or null(int32)

The sort order of the parametric, based on primary category settings.

CulturesArray of objects(ParametricCulture)

The descriptive names of the Parametric along with the actual value set per culture code.

Idinteger(int32)

Internal parametric id

GroupCodestring or null<= 50 characters

The unique identifier of the Parametric Group.

{ "Code": "string", "Type": "text", "SortOrder": 0, "Cultures": [ {} ], "Id": 0, "GroupCode": "string" }

ParametricCulture

Localized Parametric 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".

Namestring or null<= 50 characters

The name of the Parametric.

GroupNamestring or null<= 50 characters

The group name of the Parametric, as defined on the primary category.

UnitOfMeasurementstring or null<= 50 characters

Configured unit of measurement for the Parametric.

Valueobject or null

Value set on the Parametric. Can be of type "Text", "Integer", "Decimal", "Boolean", "Html" or "Date". For list and multiple types the value is null.

ListValueobject or null

Detailed code/name information if Type is "ListValue".

MultipleValuesArray of objects or null(CodeName)

Detailed code/name information if Type is "MultipleValue".

{ "CultureCode": "string", "Name": "string", "GroupName": "string", "UnitOfMeasurement": "string", "Value": {}, "ListValue": { "Code": "string", "Name": "string", "Id": 0 }, "MultipleValues": [ {} ] }

ParametricType

Specifies the parametric type, used to interpret the value set on a Parametric.

string(ParametricType)

Specifies the parametric type, used to interpret the value set on a Parametric.

Enum"text""integer""decimal""boolean""html""date""list""multiple"
"text"

Exports

Operations

Jobs

Operations