The Product Service has Entities and Operations to create and update products and content in Norce Commerce.
- PriceListHeader
Documentation Norce [Storm] Connect Product Service (4.0)
PriceListPopulationCategory
category population rule.
1 = None (Removes all rules if any exists.)
2 = Manufacturers
3 = Flags
4 = Category
Identifier codes of Manufacturers or Flags depending on type.
Is required if type is Manufacturer or Flags.
Is ignored if other type is used.
{ "Code": "string", "RuleType": 0, "RuleCodes": [ "string" ], "RequireSupplier": true }
PriceListHeader
Price list import settings
Account which initiated the import. Learn about system accounts here.
Array of strings representing price list fields to be processed.
(Use the integer instead of the name for the xml content type)
0 = Name
1 = CurrencyCode
2 = StartDate
3 = EndDate
4 = IsPublic
5 = IsPrimary
6 = TypeCode
7 = Warehouses (required if you have WarehouseFieldsThatAreSet and WarehouseLocationFieldsThatAreSet values)
8 = DefaultPriceRule
9 = Description
10 = IsErpIntegrated (Deprecated, not supported any longer)
11 = DoNotCreateApplicationPriceList (Will not automatically create a relation to the application)
12 = SalesArea
13 = DefaultMinMarginPercent
14 = LimitToRecPrice
15 = ParentPriceListCode
16 = DefaultSupplementalChargeFixed
17 = DefaultSupplementalChargePercent
18 = PriceRules
19 = PriceRulesCleanup (Remove all price rules before import starts)
20 = PriceRulesLimitedUpdate
21 = Population
22 = PopulationCleanup (Remove all populations before import starts)
Norce Commerce Connect job id. Only exists in import logs. Should be omitted in the import request..
Request serialization type.(Use the integer instead of the name for the xml content type)
0 = JSON, 1 = XML
Location of the import file on Norce's file area. Can be used instead of sending data directly in payload.
Array of strings representing warehouse fields to be processed.
(requires values in WarehouseLocationFieldsThatAreSet as well)
(Use the integer instead of the name for the xml content type)
0 = Type
1 = Name
2 = LeadTimeDayCount
Array of strings representing warehouse location fields to be processed.
(requires values in WarehouseFieldsThatAreSet as well)
(Use the integer instead of the name for the xml content type)
0 = Name
1 = LeadTimeDayCount
2 = IsIncludedInStockCalculation
{ "AccountId": 0, "PriceListFieldsThatAreSet": [ "Name" ], "JobId": "string", "SerializationType": [ "JSON" ], "StorageName": "http://example.com", "SupplierId": 0, "WarehouseFieldsThatAreSet": [ "Type" ], "WarehouseLocationFieldsThatAreSet": [ "Name" ], "PriceListPriceRuleFieldsThatAreSet": [ "Type" ] }
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": [ { … } ] }