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/supplier-pricelist/{priceListId}/warehouse
curl -i -X GET \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier-pricelist/{priceListId}/warehouse' \
-H 'account-id: 0' \
-H 'application-id: 0'Returns the list of supplier price list warehouses, if any exists
The supplier identifier associated with this price list warehouse relationship
The date and time when the supplier price list warehouse relationship was last changed
Fullname or Systemname of the user who last changed the supplier price list warehouse relationship
[ { "Id": 0, "Name": "string", "LocationId": 0, "LocationName": "string", "SupplierId": 0, "PriceListId": 0, "Changed": "string", "ChangedBy": "string" } ]
A list of supplier price list warehouses
The supplier identifier associated with this price list warehouse relationship
The date and time when the supplier price list warehouse relationship was last changed
Fullname or Systemname of the user who last changed the supplier price list warehouse relationship
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier-pricelist/{priceListId}/warehouse
curl -i -X PUT \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier-pricelist/{priceListId}/warehouse' \
-H 'Content-Type: application/json' \
-H 'account-id: 0' \
-H 'application-id: 0' \
-d '[
{
"Id": 0,
"Name": "string",
"LocationId": 0,
"LocationName": "string",
"SupplierId": 0,
"PriceListId": 0,
"Changed": "string",
"ChangedBy": "string"
}
]'0