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

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"

Popularity

Represents a Popularity score.

Sourcestring or null

The popularity source, can be calculated from Norce Commerce: "Internal", "External" sources are deprecated.

CategoryRankinteger(int32)

The popularity rank (lower is more popular) in current category, based on Primary Category.

CategoryRankMaxinteger(int32)

The max rank in current category, based on Primary Category.

TotalRankinteger(int32)

The total ranking, across all products.

ApplicationIdinteger or null(int32)

Application reference. If client setting is "Product popularity by application" = true the rank will be restricted to this application only. If false, applicationid can be ignored.

{ "Source": "string", "CategoryRank": 0, "CategoryRankMax": 0, "TotalRank": 0, "ApplicationId": 0 }

Exports

Operations

Jobs

Operations