COMMERCE PRODUCT FEED
/- Product
JobRunRequest
ResponseCode
ExportFeedResponse
ProblemDetails
JobStatus
GetJobResponse
CodeName
CultureNames
CategoryCulture
Category
Status
Warehouse
QuantityBreakPrice
Price
WarehouseType
OnHand
Supplier
FlagCulture
Flag
FileType
File
ParametricType
ParametricCulture
Parametric
Relation
CultureTexts
Logistics
Popularity
Variant
FamilyCulture
Family
ProductStatus
Product
Product Feed (v1_redocly)
Download OpenAPI description
Languages
Servers
https://customer-slug.api-se.norce.tech/commerce/productfeed/1.0/
Product
A product can contain one or more variants, where variant contains the individual sku.
Represents a File, a reference to an asset in Norce [Storm] or external reference (e.g. Youtube url)
{ "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).
Specifies the status for the part number.
Enum"Active""Coming""Expiring""Hidden""Inactive"
{ "partNo": "string", "status": "Active", "prices": [ { … } ], "onHands": [ { … } ], "suppliers": [ { … } ], "primaryCategory": "string", "viewCount": 0, "flags": [ { … } ] }