The Product Service has Entities and Operations to create and update products and content in Norce Commerce.
- ProductCategory
Documentation Norce [Storm] Connect Product Service (4.0)
Product
Product information. If the product has multiple variants, Code is required, otherwise it should be omitted. It can be also be omitted if the Code flag is not set in header.
Manufacturer code. Required when creating products or as part of identifier of a product combined with ManufacturerPartNo on variant.
Product assortment code. If set, assortment with this code will be associated to product.
List of categories product shall be placed in.
List of translated product information fields.
Product family information. Families that can not be matched will not be created but give a warning in the logs.
Manufacturer name. If manufacturer doesn't exist this field is required to create a new manufacturer.
List of parametrics applied to product.
Variant definition information.
{ "Code": "string", "ManufacturerCode": "string", "AdditionalImages": [ { … } ], "Alias": "string", "AssortmentCode": "string", "Categories": [ { … } ], "Cultures": [ { … } ], "Family": { "Code": "string", "Name": "string" }, "MainImage": { "ExternalCode": "string", "FileTypeName": "string", "Url": "http://example.com", "FileName": "string", "LastModified": "string", "Cultures": [ … ] }, "ManufacturerName": "string", "ProductFlags": [ { … } ], "ProductParametrics": [ { … } ], "VariantDefinitionGroup": { "Code": "string", "Name": "string", "Types": [ … ] }, "Variants": [ { … } ] }
ProductCulture
Translated product information.
{ "CultureCode": "string", "Description": "string", "DescriptionHeader": "string", "IsUniqueUrlNameManuallyMaintained": true, "MetaDescription": "string", "MetaTags": "string", "Name": "string", "SubDescription": "string", "SubHeader": "string", "Synonyms": "string", "Tags": "string", "Title": "string", "UniqueUrlName": "string" }