The Product Service has Entities and Operations to create and update products and content in Norce Commerce.
- SkuStructureItemPriceList
Documentation Norce [Storm] Connect Product Service (4.0)
SkuStructureItem
Structure item information.
{ "PartNo": "string", "Quantity": 0, "StructurePartNo": "string", "AdditionalInfo": [ { … } ], "SortOrder": 0, "StandardStructureItemPrice": { "CurrencyCode": "string", "ItemPriceListCode": "string", "PartNo": "string", "PriceListCode": "string", "PriceSale": 0, "StructurePartNo": "string", "QuantityBreak": 0 } }
SkuStructureItemPriceList
Structure item price list information.
Structure item price list code. Used for price list matching in Norce Commerce.
Structure price list code (parent). Used for price list matching in Norce Commerce.
{ "CurrencyCode": "string", "ItemPriceListCode": "string", "PartNo": "string", "PriceListCode": "string", "PriceSale": 0, "StructurePartNo": "string", "QuantityBreak": 0 }
Variant
Variant information.
Manufacturer part number. Required when creating products or in combination with ManufacturerCode as identifier of a specific product.
List of translated variant information fields.
List of delivery methods applicable to variant. Use this to restrict which delivery methods that is allowed on the product.
List of variant definitions.
List of SKUs associated to variant.
NOTE: Only one SKU is allowed, multiple SKUs creation for the same product is deprecated, use variantization instead.
Stock display break point. Can be used to change the stock value that is displayed.
Set to the point in time the translation was requested or null to reset.
{ "ManufacturerPartNo": "string", "AdditionalImages": [ { … } ], "Cultures": [ { … } ], "DeliveryMethods": [ { … } ], "IsDagerousGoods": true, "MainImage": { "ExternalCode": "string", "FileTypeName": "string", "Url": "http://example.com", "FileName": "string", "LastModified": "string", "Cultures": [ … ] }, "NonParametricVariantDefinitions": [ { … } ], "Skus": [ { … } ], "SortOrderValue": 0, "StockDisplayBreakPoint": [ { … } ], "TranslationRequested": "string", "VariantFlags": [ { … } ], "VariantParametrics": [ { … } ] }