Price list id
MANAGEMENT API (BETA)
/- Update pricing rules for a price list
List pricing rules for a price list
Update pricing rules for...
Norce Management API (v1)
Download OpenAPI description
Languages
Servers
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/pricing/pricelist/{priceListId}/pricing
- cURL
- JS
- C#
curl -i -X GET \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/pricing/pricelist/{priceListId}/pricing'
Response
[ { "Id": 0, "PriceListId": 0, "CategoryId": 0, "CategoryName": "string", "CategoryPath": "string", "CategoryParentCount": 0, "ManufacturerId": 0, "ManufacturerName": "string", "Flags": [ … ], "MinValue": 0.1, "MaxValue": 0.1, "PriceRuleId": 0, "PriceRuleName": "string", "PriceRuleLabel": "string", "PriceRuleValue": 0.1, "PriceRuleUnit": "string", "KickbackPercentage": 0.1, "MinimumProductMarginPercentage": 0.1, "MinimumProductMarginPercentageIsInherited": true, "PreferredPosition": 0, "LimitToPriceRecommended": true, "SupplementCharge": 0.1, "SupplementChargePercentage": 0.1, "IsActive": true, "Changed": "string", "ChangedBy": "string" } ]
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/pricing/pricelist/{priceListId}/pricing
- cURL
- JS
- C#
curl -i -X PUT \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/pricing/pricelist/{priceListId}/pricing' \
-H 'Content-Type: application/json' \
-d '[
{
"Id": 0,
"PriceListId": 0,
"CategoryId": 0,
"CategoryName": "string",
"CategoryPath": "string",
"CategoryParentCount": 0,
"ManufacturerId": 0,
"ManufacturerName": "string",
"Flags": [
{
"Id": 0,
"Name": "string"
}
],
"MinValue": 0.1,
"MaxValue": 0.1,
"PriceRuleId": 0,
"PriceRuleName": "string",
"PriceRuleLabel": "string",
"PriceRuleValue": 0.1,
"PriceRuleUnit": "string",
"KickbackPercentage": 0.1,
"MinimumProductMarginPercentage": 0.1,
"MinimumProductMarginPercentageIsInherited": true,
"PreferredPosition": 0,
"LimitToPriceRecommended": true,
"SupplementCharge": 0.1,
"SupplementChargePercentage": 0.1,
"IsActive": true,
"Changed": "string",
"ChangedBy": "string"
}
]'