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" ] }