Store id
Store PriceList
Find more information
Postman examples
Methods
Category
Category Parametric
Customer Flag
Customer FlagGroup
Customer InfoType
Parametric
Parametric Group
Parametric List
Parametric Multiple
PriceList
PriceList Population
PriceList Pricing
PriceList SupplierPricelist
PriceList Warehouse
Product Family
Product File
Product Flag
Product FlagGroup
Product InfoType
Product Manufacturer
Product RelationType
Product Type
Product VariantGroup
Product Warehouse
Product WarehouseLocation
Promotion
Settings Application
Settings ApplicationCountry
Settings ApplicationCulture
Settings ApplicationCurrency
Settings ApplicationSalesArea
Settings ClientAssortment
Settings ClientCurrency
Settings ClientSalesArea
Shopping InfoType
Store
Store Application
Store Warehouse
Supplier
Supplier PriceList
Supplier PriceListWarehouse
Supplier Warehouse
Supplier WarehouseLocation
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/store/{id}/pricelist
- cURL
- JS
- C#
curl -i -X GET \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/store/{id}/pricelist'
Response
[ { "Id": 0, "DivisionId": 0, "Name": "string", "Code": "string", "Start": "2019-08-24T14:15:22Z", "End": "2019-08-24T14:15:22Z", "Changed": "string", "ChangedBy": "string" } ]
Bodyrequired Array []
- application/json
- text/json
- application/x-www-form-urlencoded
A list of store price lists
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/store/{id}/pricelist
- cURL
- JS
- C#
curl -i -X PUT \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/store/{id}/pricelist' \
-H 'Content-Type: application/json' \
-d '[
{
"Id": 0,
"DivisionId": 0,
"Name": "string",
"Code": "string",
"Start": "2019-08-24T14:15:22Z",
"End": "2019-08-24T14:15:22Z",
"Changed": "string",
"ChangedBy": "string"
}
]'