https://norcecommerce.api-se.norce.tech/commerce/query/3.0/
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Application/ApplicationPriceLists
curl -i -X GET \
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Application/ApplicationPriceLists \
-H 'ApplicationId: 0'A queryable collection of application price lists.
Indicates whether this is the primary price list for the application, only one primary price list is allowed per application.
Indicates whether this application price list is marked as a favorite, add the price list to the pricing tabs by default in the admin tool.
[ { "applicationId": 0, "priceListId": 0, "isPrimary": true, "isActive": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "isEditable": true, "clientId": 0, "isFavorite": true, "priceList": { … }, "priceListClient": { … } } ]
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Application/ApplicationPriceLists(ApplicationId={applicationId},PriceListId={priceListId})
curl -i -X GET \
'https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Application/ApplicationPriceLists(ApplicationId={applicationId},PriceListId={priceListId})' \
-H 'ApplicationId: 0'A queryable collection of matching application price lists.
Indicates whether this is the primary price list for the application, only one primary price list is allowed per application.
Indicates whether this application price list is marked as a favorite, add the price list to the pricing tabs by default in the admin tool.
[ { "applicationId": 0, "priceListId": 0, "isPrimary": true, "isActive": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "isEditable": true, "clientId": 0, "isFavorite": true, "priceList": { … }, "priceListClient": { … } } ]
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Application/ApplicationSalesAreas
curl -i -X GET \
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Application/ApplicationSalesAreas \
-H 'ApplicationId: 0'[ { "applicationId": 0, "salesAreaId": 0, "isPrimary": true, "isActive": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "clientId": 0 } ]