The Norce Management API lets you manage configurations and metadata on a client.
The Norce Management API lets you manage configurations and metadata on a client.
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}/supplierpricelist
curl -i -X GET \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/pricing/pricelist/{priceListId}/supplierpricelist' \
-H 'account-id: 0' \
-H 'application-id: 0'{ "Id": 0, "PriceListId": 0, "Name": "string", "SupplierName": "string", "SupplierId": 0, "SupplierCode": "string", "SupplierCountry": "string", "SupplierIsChosenSupplierEnabled": true, "SupplierPriceListCurrencyCode": "string", "Code": "string", "Changed": "string", "ChangedBy": "string" }
A complete list of supplier price lists to set, existing links will be replaced. New links are allowed.
Indicates whether the supplier has chosen supplier functionality enabled
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/pricing/pricelist/{priceListId}/supplierpricelist
curl -i -X PUT \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/pricing/pricelist/{priceListId}/supplierpricelist' \
-H 'Content-Type: application/json' \
-H 'account-id: 0' \
-H 'application-id: 0' \
-d '[
{
"Id": 0,
"PriceListId": 0,
"Name": "string",
"SupplierName": "string",
"SupplierId": 0,
"SupplierCode": "string",
"SupplierCountry": "string",
"SupplierIsChosenSupplierEnabled": true,
"SupplierPriceListCurrencyCode": "string",
"Code": "string",
"Changed": "string",
"ChangedBy": "string"
}
]'0