https://norcecommerce.api-se.norce.tech/commerce/query/3.0/
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Core/Countries({id})
curl -i -X GET \
'https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Core/Countries({id})' \
-H 'ApplicationId: 0'{ "queryable": [ { … } ] }
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Core/GetClientSeed(clientId={clientId},applicationId={applicationId},typeId={typeId})
curl -i -X GET \
'https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Core/GetClientSeed(clientId={clientId},applicationId={applicationId},typeId={typeId})' \
-H 'ApplicationId: 0'https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Core/DeliveryMethods
curl -i -X GET \
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Core/DeliveryMethods \
-H 'ApplicationId: 0'[ { "id": 0, "deliveryServiceId": 0, "deliveryMethodTypeId": 0, "defaultName": "string", "defaultDescription": "string", "defaultLogoPath": "string", "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "defaultLogoKey": "string", "deliveryMethodType": { … }, "deliveryService": { … } } ]