Price list id
MANAGEMENT API (BETA)
/- Insert price list
Get price list
Update price list
List price lists
Insert price list
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/{id}
- cURL
- JS
- C#
curl -i -X GET \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/pricing/pricelist/{id}'
Response
{ "Id": 0, "Name": "string", "Description": "string", "Code": "string", "ImageKey": "00000000-0000-0000-0000-000000000000", "ImageUrl": "string", "TypeId": 0, "TypeName": "string", "PriceRuleName": "string", "StartDate": "2019-08-24T14:15:22Z", "EndDate": "2019-08-24T14:15:22Z", "CurrencyId": 0, "CurrencyCode": "string", "CurrencyName": "string", "SalesAreaId": 0, "SalesAreaName": "string", "SalesAreaIdIsInherited": true, "InheritedSalesAreaName": "string", "DefaultPriceRuleId": 0, "DefaultPriceRuleValue": 0.1, "DefaultSupplementChargePercentage": 0.1, "DefaultSupplementCharge": 0.1, "DefaultMinimumProductMarginPercentage": 0.1, "DefaultLimitToPriceRecommended": true, "InheritStructureCalculationRule": 0, "ParentPriceListId": 0, "ParentPriceListName": "string", "PopulationRuleId": 0, "PopulationRuleName": "string", "ChosenWarehouseId": 0, "ChosenLocationId": 0, "IsPrimary": true, "IsPublic": true, "IsNotStarted": true, "IsEnded": true, "IsVirtual": true, "IsLimitedToStock": true, "IsFavorite": true, "IsActive": true, "Changed": "string", "ChangedBy": "string" }
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/pricing/pricelist/{id}
- cURL
- JS
- C#
curl -i -X PUT \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/pricing/pricelist/{id}' \
-H 'Content-Type: application/json' \
-d '{
"Id": 0,
"Name": "string",
"Description": "string",
"Code": "string",
"ImageKey": "00000000-0000-0000-0000-000000000000",
"ImageUrl": "string",
"TypeId": 0,
"TypeName": "string",
"PriceRuleName": "string",
"StartDate": "2019-08-24T14:15:22Z",
"EndDate": "2019-08-24T14:15:22Z",
"CurrencyId": 0,
"CurrencyCode": "string",
"CurrencyName": "string",
"SalesAreaId": 0,
"SalesAreaName": "string",
"SalesAreaIdIsInherited": true,
"InheritedSalesAreaName": "string",
"DefaultPriceRuleId": 0,
"DefaultPriceRuleValue": 0.1,
"DefaultSupplementChargePercentage": 0.1,
"DefaultSupplementCharge": 0.1,
"DefaultMinimumProductMarginPercentage": 0.1,
"DefaultLimitToPriceRecommended": true,
"InheritStructureCalculationRule": 0,
"ParentPriceListId": 0,
"ParentPriceListName": "string",
"PopulationRuleId": 0,
"PopulationRuleName": "string",
"ChosenWarehouseId": 0,
"ChosenLocationId": 0,
"IsPrimary": true,
"IsPublic": true,
"IsNotStarted": true,
"IsEnded": true,
"IsVirtual": true,
"IsLimitedToStock": true,
"IsFavorite": true,
"IsActive": true,
"Changed": "string",
"ChangedBy": "string"
}'
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/pricing/pricelist
- cURL
- JS
- C#
curl -i -X GET \
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/pricing/pricelist
Response
[ { "Id": 0, "Name": "string", "Description": "string", "Code": "string", "ImageKey": "00000000-0000-0000-0000-000000000000", "ImageUrl": "string", "TypeId": 0, "TypeName": "string", "PriceRuleName": "string", "StartDate": "2019-08-24T14:15:22Z", "EndDate": "2019-08-24T14:15:22Z", "CurrencyId": 0, "CurrencyCode": "string", "CurrencyName": "string", "SalesAreaId": 0, "SalesAreaName": "string", "SalesAreaIdIsInherited": true, "InheritedSalesAreaName": "string", "DefaultPriceRuleId": 0, "DefaultPriceRuleValue": 0.1, "DefaultSupplementChargePercentage": 0.1, "DefaultSupplementCharge": 0.1, "DefaultMinimumProductMarginPercentage": 0.1, "DefaultLimitToPriceRecommended": true, "InheritStructureCalculationRule": 0, "ParentPriceListId": 0, "ParentPriceListName": "string", "PopulationRuleId": 0, "PopulationRuleName": "string", "ChosenWarehouseId": 0, "ChosenLocationId": 0, "IsPrimary": true, "IsPublic": true, "IsNotStarted": true, "IsEnded": true, "IsVirtual": true, "IsLimitedToStock": true, "IsFavorite": true, "IsActive": true, "Changed": "string", "ChangedBy": "string" } ]
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/pricing/pricelist
- cURL
- JS
- C#
curl -i -X POST \
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/pricing/pricelist \
-H 'Content-Type: application/json' \
-d '{
"Id": 0,
"Name": "string",
"Description": "string",
"Code": "string",
"ImageKey": "00000000-0000-0000-0000-000000000000",
"ImageUrl": "string",
"TypeId": 0,
"TypeName": "string",
"PriceRuleName": "string",
"StartDate": "2019-08-24T14:15:22Z",
"EndDate": "2019-08-24T14:15:22Z",
"CurrencyId": 0,
"CurrencyCode": "string",
"CurrencyName": "string",
"SalesAreaId": 0,
"SalesAreaName": "string",
"SalesAreaIdIsInherited": true,
"InheritedSalesAreaName": "string",
"DefaultPriceRuleId": 0,
"DefaultPriceRuleValue": 0.1,
"DefaultSupplementChargePercentage": 0.1,
"DefaultSupplementCharge": 0.1,
"DefaultMinimumProductMarginPercentage": 0.1,
"DefaultLimitToPriceRecommended": true,
"InheritStructureCalculationRule": 0,
"ParentPriceListId": 0,
"ParentPriceListName": "string",
"PopulationRuleId": 0,
"PopulationRuleName": "string",
"ChosenWarehouseId": 0,
"ChosenLocationId": 0,
"IsPrimary": true,
"IsPublic": true,
"IsNotStarted": true,
"IsEnded": true,
"IsVirtual": true,
"IsLimitedToStock": true,
"IsFavorite": true,
"IsActive": true,
"Changed": "string",
"ChangedBy": "string"
}'