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

Popularity

Represents a Popularity score.

sourcestring or null
categoryRankinteger(int32)
categoryRankMaxinteger(int32)
totalRankinteger(int32)
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 }

Variant

Represents a Variant.

partNostring or null
manufacturerPartNostring or null
namesArray of objects or null or null(CultureNames)
eanCodestring 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)
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)
variantDefiningParametricsArray of objects or null or null(Parametric)
additionalParametricsArray of objects or null or null(Parametric)
relationsArray of objects or null or null(Relation)
textsArray of objects or null or null(CultureTexts)
logisticsobject or null(Logistics)

Contains logistic data for an item.

commodityCodestring or null
recommendedQtynumber or null(double)
isRecommendedQtyFixedboolean
startDatestring or null(date-time)
endDatestring or null(date-time)
typestring or null

Product type.

popularitiesArray of objects or null or null(Popularity)

Popularities on the Variant level (depending on the client setting "Product popularity by variant" = true).

idinteger(int32)

Norce internal variant id, same as "Id" in Norce [Storm] API.

typeIdinteger(int32)

Product type id (for example: Standard=1, Freight=3, Service=11, Extended assortment=14, ManagedStructure=37, Virtual=40). See documentation for more.

{ "partNo": "string", "manufacturerPartNo": "string", "names": [ {} ], "eanCode": "string", "status": "Active", "prices": [ {} ], "onHands": [ {} ], "suppliers": [ {} ], "flags": [ {} ], "primaryImage": { "type": "External", "code": "string", "fileCode": "string", "key": "4adfe27e-63d3-45b9-8238-62b6ed6fdb5e", "mimeType": "string", "url": "string", "sortOrder": 0 }, "files": [ {} ], "variantDefiningParametrics": [ {} ], "additionalParametrics": [ {} ], "relations": [ {} ], "texts": [ {} ], "logistics": { "width": 0.1, "height": 0.1, "depth": 0.1, "weight": 0.1 }, "commodityCode": "string", "recommendedQty": 0.1, "isRecommendedQtyFixed": true, "startDate": "2019-08-24T14:15:22Z", "endDate": "2019-08-24T14:15:22Z", "type": "string", "popularities": [ {} ], "id": 0, "typeId": 0 }

FamilyCulture

Localized Family information.

cultureCodestring or null
namestring or null
{ "cultureCode": "string", "name": "string" }

Exports

Operations

Jobs

Operations