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/{supplierId}/pricelist/{id}
curl -i -X GET \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier/{supplierId}/pricelist/{id}' \
-H 'account-id: 0' \
-H 'application-id: 0'Returns the Supplier Price List
The end customer information for this supplier price list, used for supplier price lists that are specific to certain end customers (bids).
The manufacturer identifier associated with this price list, not commonly used.
The start date when this price list becomes effective, not commonly used.
Indicates whether this price list is manually maintained. Allows for manually handle prices in the admin interface.
Indicates whether this is the primary price list for the supplier. Only one price list per supplier can be marked as primary.
The manufacturer code associated with this price list, not commonly used.
Indicates whether this price list has special terms and conditions, for display purposes only.
{ "Id": 0, "SupplierId": 0, "SupplierName": "string", "SupplierCode": "string", "SupplierCountryName": "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" }
Supplier price list model to update
The end customer information for this supplier price list, used for supplier price lists that are specific to certain end customers (bids).
The manufacturer identifier associated with this price list, not commonly used.
The start date when this price list becomes effective, not commonly used.
Indicates whether this price list is manually maintained. Allows for manually handle prices in the admin interface.
Indicates whether this is the primary price list for the supplier. Only one price list per supplier can be marked as primary.
The manufacturer code associated with this price list, not commonly used.
Indicates whether this price list has special terms and conditions, for display purposes only.
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier/{supplierId}/pricelist/{id}
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' \
-H 'account-id: 0' \
-H 'application-id: 0' \
-d '{
"Id": 0,
"SupplierId": 0,
"SupplierName": "string",
"SupplierCode": "string",
"SupplierCountryName": "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"
}'0
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier/{supplierId}/pricelist
curl -i -X GET \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier/{supplierId}/pricelist' \
-H 'account-id: 0' \
-H 'application-id: 0'Returns the list of supplier price lists, if any exists
The end customer information for this supplier price list, used for supplier price lists that are specific to certain end customers (bids).
The manufacturer identifier associated with this price list, not commonly used.
The start date when this price list becomes effective, not commonly used.
Indicates whether this price list is manually maintained. Allows for manually handle prices in the admin interface.
Indicates whether this is the primary price list for the supplier. Only one price list per supplier can be marked as primary.
The manufacturer code associated with this price list, not commonly used.
Indicates whether this price list has special terms and conditions, for display purposes only.
[ { "Id": 0, "SupplierId": 0, "SupplierName": "string", "SupplierCode": "string", "SupplierCountryName": "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" } ]
Supplier price list model to add
The end customer information for this supplier price list, used for supplier price lists that are specific to certain end customers (bids).
The manufacturer identifier associated with this price list, not commonly used.
The start date when this price list becomes effective, not commonly used.
Indicates whether this price list is manually maintained. Allows for manually handle prices in the admin interface.
Indicates whether this is the primary price list for the supplier. Only one price list per supplier can be marked as primary.
The manufacturer code associated with this price list, not commonly used.
Indicates whether this price list has special terms and conditions, for display purposes only.
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier/{supplierId}/pricelist
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' \
-H 'account-id: 0' \
-H 'application-id: 0' \
-d '{
"Id": 0,
"SupplierId": 0,
"SupplierName": "string",
"SupplierCode": "string",
"SupplierCountryName": "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"
}'0
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier/{supplierId}/pricelist/deleted
curl -i -X GET \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier/{supplierId}/pricelist/deleted' \
-H 'account-id: 0' \
-H 'application-id: 0'Returns the list of deleted supplier price lists, if any exists
The end customer information for this supplier price list, used for supplier price lists that are specific to certain end customers (bids).
The manufacturer identifier associated with this price list, not commonly used.
The start date when this price list becomes effective, not commonly used.
Indicates whether this price list is manually maintained. Allows for manually handle prices in the admin interface.
Indicates whether this is the primary price list for the supplier. Only one price list per supplier can be marked as primary.
The manufacturer code associated with this price list, not commonly used.
Indicates whether this price list has special terms and conditions, for display purposes only.
[ { "Id": 0, "SupplierId": 0, "SupplierName": "string", "SupplierCode": "string", "SupplierCountryName": "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" } ]