Price list id
MANAGEMENT API (BETA)
/- List deleted supplier price lists
Get supplier price list
Update supplier price list
List active supplier price lists
Insert supplier price list
List deleted supplier pri...
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/supplier/{supplierId}/pricelist/{id}
- cURL
- JS
- C#
curl -i -X GET \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier/{supplierId}/pricelist/{id}'
Response
{ "Id": 0, "SupplierId": 0, "SupplierName": "string", "Name": "string", "Code": "string", "Description": "string", "CurrencyId": 0, "CurrencyName": "string", "CurrencyCode": "string", "Contact": "string", "Comment": "string", "EndCustomer": "string", "ManufacturerId": 0, "StartDate": "2019-08-24T14:15:22Z", "EndDate": "2019-08-24T14:15:22Z", "IsManuallyMaintained": true, "IsActive": true, "IsPrimary": true, "ManufacturerCode": "string", "IsSpecialTerms": true, "Changed": "string", "ChangedBy": "string" }
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier/{supplierId}/pricelist/{id}
- cURL
- JS
- C#
curl -i -X PUT \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier/{supplierId}/pricelist/{id}' \
-H 'Content-Type: application/json' \
-d '{
"Id": 0,
"SupplierId": 0,
"SupplierName": "string",
"Name": "string",
"Code": "string",
"Description": "string",
"CurrencyId": 0,
"CurrencyName": "string",
"CurrencyCode": "string",
"Contact": "string",
"Comment": "string",
"EndCustomer": "string",
"ManufacturerId": 0,
"StartDate": "2019-08-24T14:15:22Z",
"EndDate": "2019-08-24T14:15:22Z",
"IsManuallyMaintained": true,
"IsActive": true,
"IsPrimary": true,
"ManufacturerCode": "string",
"IsSpecialTerms": true,
"Changed": "string",
"ChangedBy": "string"
}'
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier/{supplierId}/pricelist
- cURL
- JS
- C#
curl -i -X GET \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier/{supplierId}/pricelist'
Response
[ { "Id": 0, "SupplierId": 0, "SupplierName": "string", "Name": "string", "Code": "string", "Description": "string", "CurrencyId": 0, "CurrencyName": "string", "CurrencyCode": "string", "Contact": "string", "Comment": "string", "EndCustomer": "string", "ManufacturerId": 0, "StartDate": "2019-08-24T14:15:22Z", "EndDate": "2019-08-24T14:15:22Z", "IsManuallyMaintained": true, "IsActive": true, "IsPrimary": true, "ManufacturerCode": "string", "IsSpecialTerms": true, "Changed": "string", "ChangedBy": "string" } ]
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier/{supplierId}/pricelist
- cURL
- JS
- C#
curl -i -X POST \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier/{supplierId}/pricelist' \
-H 'Content-Type: application/json' \
-d '{
"Id": 0,
"SupplierId": 0,
"SupplierName": "string",
"Name": "string",
"Code": "string",
"Description": "string",
"CurrencyId": 0,
"CurrencyName": "string",
"CurrencyCode": "string",
"Contact": "string",
"Comment": "string",
"EndCustomer": "string",
"ManufacturerId": 0,
"StartDate": "2019-08-24T14:15:22Z",
"EndDate": "2019-08-24T14:15:22Z",
"IsManuallyMaintained": true,
"IsActive": true,
"IsPrimary": true,
"ManufacturerCode": "string",
"IsSpecialTerms": true,
"Changed": "string",
"ChangedBy": "string"
}'
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier/{supplierId}/pricelist/deleted
- cURL
- JS
- C#
curl -i -X GET \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier/{supplierId}/pricelist/deleted'
Response
[ { "Id": 0, "SupplierId": 0, "SupplierName": "string", "Name": "string", "Code": "string", "Description": "string", "CurrencyId": 0, "CurrencyName": "string", "CurrencyCode": "string", "Contact": "string", "Comment": "string", "EndCustomer": "string", "ManufacturerId": 0, "StartDate": "2019-08-24T14:15:22Z", "EndDate": "2019-08-24T14:15:22Z", "IsManuallyMaintained": true, "IsActive": true, "IsPrimary": true, "ManufacturerCode": "string", "IsSpecialTerms": true, "Changed": "string", "ChangedBy": "string" } ]