Represents a Variant.
Specifies the status for the part number.
The best price per Sales Area on the Application. If no prices are available, the product is inactivated and should be removed from target catalogs.
A collection of all warehouses enabled and their stock values for the Variant.
Primary image reference for the Variant, is always of Type Asset (See File type).
Variant defining parametrics, meaning that these are configured to be used to define uniqueness of a variant in a Product scope. They are defined by the Variant type (called variant definition group in Norce Connect)
Other Variant unique parametrics, not listed as variant defining, but can be different between variants.
Localized text content for the Variant if "Product texts are variant unique" setting is enabled in Norce Commerce, otherwise omitted.
Logistic data (weight, height etc) for the Variant. Used for shipping calculations.
Commodity code used for production identification in international commerce.
Recommended sales quantity for variant, suggesting the default quantity when adding the item to a cart.
Specified if the Recommended sales quantity is locked in. If true, Norce will not allow other than multiples of RecommendedQty to be added to a cart. Note that use of this may affect user experience and external marketplaces outlook and ranking of the product.
Configured start date for item. If the product has Status "Coming", this date is when the product will become active. For an active product, this is the date from when the product was activated.
Configured end date for item. After this date, the item is automatically set to "Exiring" and will be inactivated by Norce Commerce, based on business rules.
Popularities on the Variant level (depending on the client setting "Product popularity by variant" = true).
Product type id (for example: Standard=1, Freight=3, Service=11, Extended assortment=14, ManagedStructure=37, Virtual=40). See documentation for more.
Erp Name, commonly mapped to product name in ERP system, commonly used by Norce Commerce in ERP integrations.
Product internal Comments, localized if applicable.
Detailed prices for all requested pricelists (or all public pricelists if omitted). Prices selected is not constrained by application sales areas such as the prices field.
Historical prices from a specific time before the last price change.
{ "PartNo": "string", "ManufacturerPartNo": "string", "Names": [ { … } ], "EanCode": "string", "Status": "active", "Prices": [ { … } ], "OnHands": [ { … } ], "Suppliers": [ { … } ], "Flags": [ { … } ], "PrimaryImage": { "Type": "external", "Code": "string", "FileCode": "string", "Key": "5eb041b0-19c9-4022-bd51-0e723885f5dd", "MimeType": "string", "Url": "string", "SortOrder": 0, "Cultures": [ … ] }, "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, "ErpName": [ { … } ], "ProductComment": [ { … } ], "DetailedPrices": [ { … } ], "HistoricalBestPrices": [ { … } ], "HistoricalUniqueUrls": [ { … } ] }