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

FileCulture

Localized File 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 file name.

AltTextstring or null

Alt text for images. No string length limit defined in Norce, but recommended to keep it short.

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

FileType

Specifies the type of a specific File.

string(FileType)

Specifies the type of a specific File.

Enum"external""asset"
"external"

Flag

Represents a flag that can be assigned to products to denote specific attributes or characteristics. Flags are organized into groups for better context and management. They can have culture-specific names and descriptions.

Codestring or null<= 50 characters

The unique identifier of the Flag.

CulturesArray of objects(FlagCulture)

The localized names of the Flag.

Idinteger(int32)

Norce internal flag id

GroupCodestring or null<= 50 characters

The unique identifier of the Flag Group.

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

Exports

Operations

Jobs

Operations