https://norcecommerce.api-se.norce.tech/commerce/query/3.0/
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Core/Applications
curl -i -X GET \
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Core/Applications \
-H 'ApplicationId: 0'[ { "id": 0, "key": "string", "name": "string", "description": "string", "url": "string", "cmsUrl": "string", "salesUrl": "string", "senderEmailAddress": "string", "hostClientId": 0, "isActive": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "urlMatch": "string", "parentId": 0, "imageKey": "string", "productUrl": "string", "client": { … } } ]
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Core/Applications({id})
curl -i -X GET \
'https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Core/Applications({id})' \
-H 'ApplicationId: 0'{ "queryable": [ { … } ] }
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Core/Currencies
curl -i -X GET \
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Core/Currencies \
-H 'ApplicationId: 0'[ { "id": 0, "code": "str", "defaultName": "string", "exchangeRate": 0, "defaultPrefix": "string", "defaultSuffix": "string", "isActive": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0 } ]