Skip to content

Product Feed (v1_redocly)

Download OpenAPI description
Languages
Servers
https://customer-slug.api-se.norce.tech/commerce/productfeed/1.0/

Schemas

Schemas

Product

A product can contain one or more variants, where variant contains the individual sku.

codestring or null
manufacturerobject or null(CodeName)

Generic Code/Name entity, without localization.

namesArray of objects or null or null(CultureNames)
primaryCategoryobject or null(Category)

Represents a Category with localized names.

additionalCategoriesArray of objects or null or null(Category)
variantsArray of objects or null or null(Variant)
familiesArray of objects or null or null(Family)
flagsArray of objects or null or null(Flag)
primaryImageobject or null(File)

Represents a File, a reference to an asset in Norce [Storm] or external reference (e.g. Youtube url)

filesArray of objects or null or null(File)
parametricsArray of objects or null or null(Parametric)
relationsArray of objects or null or null(Relation)
textsArray of objects or null or null(CultureTexts)
popularitiesArray of objects or null or null(Popularity)
groupByIdinteger or null(int32)

Internal variant grouping id. Same as "GroupByKey" in Norce [Storm] API, but as an Int. Att a "v" as prefix to match it with the key.

{ "code": "string", "manufacturer": { "code": "string", "name": "string", "id": 0 }, "names": [ {} ], "primaryCategory": { "code": "string", "cultures": [], "id": 0 }, "additionalCategories": [ {} ], "variants": [ {} ], "families": [ {} ], "flags": [ {} ], "primaryImage": { "type": "External", "code": "string", "fileCode": "string", "key": "4adfe27e-63d3-45b9-8238-62b6ed6fdb5e", "mimeType": "string", "url": "string", "sortOrder": 0 }, "files": [ {} ], "parametrics": [ {} ], "relations": [ {} ], "texts": [ {} ], "popularities": [ {} ], "groupById": 0 }

ProductStatus

Represents a ProductStatus (lightweight product message).

partNostring or null
statusstring(Status)

Specifies the status for the part number.

Enum"Active""Coming""Expiring""Hidden""Inactive"
pricesArray of objects or null or null(Price)
onHandsArray of objects or null or null(OnHand)
suppliersArray of objects or null or null(Supplier)
primaryCategorystring or null
viewCountinteger(int32)
flagsArray of objects or null or null(Flag)
{ "partNo": "string", "status": "Active", "prices": [ {} ], "onHands": [ {} ], "suppliers": [ {} ], "primaryCategory": "string", "viewCount": 0, "flags": [ {} ] }

Exports

Operations

Jobs

Operations