The Product Service has Entities and Operations to create and update products and content in Norce Commerce.
The Product Service has Entities and Operations to create and update products and content in Norce Commerce.
https://customer-slug.api-se.norce.tech/commerce/connect/4.0/
List of price lists to import.
Price rule to be set as default.<br>1 = Cost plus<br>2 = Fixed price<br>3 = Margin (purchase cost)<br>4 = Use recommended price<br>5 = Cost plus (unit cost)<br>6 = Margin (unit cost)<br>7 = Use standard price (pct discount)<br>8 = Competitive (purchase cost)<br>9 = Competitive (unit cost)<br>10 = Use standard price (fixed discount)<br>11 = Structure calculation<br>12 = Use catalog price
Determines if price list is primary. Only one price list can be primary on an application.
List of warehouses where this price list is applicable.
Sales area identifier.<br>1 = Sweden<br>2 = Norway<br>3 = Denmark<br>4 = Finland<br>5 = UnitedKingdom<br>6 = Estonia<br>7 = Greenland<br>8 = Germany<br>9 = Italy<br>10 = Austria<br>11 = Spain<br>12 = Netherlands<br>13 = Belgium<br>14 = France<br>15 = Switzerland<br>17 = USA<br>18 = Ireland<br>19 = Canada<br>20 = Lithuania<br>21 = Latvia<br>22 = Japan<br>23 = SouthKorea<br>24 = Australia<br>25 = Europe<br>26 = Poland<br>27 = CzechRepublic<br>28 = Russia<br>29 = NoVAT<br>36 = Bulgaria<br>37 = Croatia<br>38 = Cyprus<br>39 = Greece<br>40 = Hungary<br>41 = Luxembourg<br>42 = Malta<br>43 = Portugal<br>44 = Romania<br>45 = Slovakia<br>46 = Slovenia
Set if and how structure calculation item prices should inherit from parent pricelist. Default: none.
https://customer-slug.api-se.norce.tech/commerce/connect/4.0/Product/ImportPriceLists
curl -i -X POST \
https://customer-slug.api-se.norce.tech/commerce/connect/4.0/Product/ImportPriceLists \
-H 'Content-Type: application/json' \
-H 'X-StormConnect-Header: string' \
-d '[
{
"Code": "string",
"CurrencyCode": "string",
"DefaultPriceRule": 0,
"DefaultPriceRuleCode": "string",
"DefaultPriceRuleValue": 0,
"Description": "string",
"EndDate": "string",
"IsErpIntegrated": true,
"IsPrimary": true,
"IsPublic": true,
"IsFavorite": true,
"Name": "string",
"StartDate": "string",
"TypeCode": "string",
"Warehouses": [
{
"Code": "string",
"Locations": [
{
"Code": "string",
"IsIncludedInStockCalculation": true,
"LeadTimeDayCount": 0,
"Name": "string"
}
],
"LeadTimeDayCount": 0,
"Name": "string",
"Type": 0
}
],
"SalesArea": 0,
"DefaultMinMarginPercent": 0,
"LimitToRecPrice": true,
"ParentPriceListCode": "string",
"DefaultSupplementalChargeFixed": 0,
"DefaultSupplementalChargePercent": 0,
"PriceRules": [
{
"Type": 0,
"Value": 0,
"LimitToRecPrice": true,
"MinValue": 0,
"MaxValue": 0,
"ManufacturerCode": "string",
"CategoryCode": "string",
"Flags": [
"string"
]
}
],
"Population": {
"Type": 0,
"AllCategories": {
"RuleType": 0,
"RuleCodes": [
"string"
]
},
"Categories": [
{
"Code": "string",
"RuleType": 0,
"RuleCodes": [
"string"
],
"RequireSupplier": true
}
],
"RequireSupplier": true
},
"InheritStructureCalculationRule": [
"None"
]
}
]'{ "StatusCode": "string", "Description": "string", "JobId": "string", "ValidationSummary": { "NrOfItemsInTotal": 0, "NrOfValidationFailures": 0, "Messages": [ … ] } }