https://norcecommerce.api-se.norce.tech/commerce/query/3.0/
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Core/Currencies({id})
curl -i -X GET \
'https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Core/Currencies({id})' \
-H 'ApplicationId: 0'{ "queryable": [ { … } ] }
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Core/Files
curl -i -X GET \
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Core/Files \
-H 'ApplicationId: 0'[ { "id": 0, "defaultName": "string", "defaultDescription": "string", "typeId": 0, "defaultPixelWidth": 0, "defaultPixelHeight": 0, "defaultMaxSize": 0, "defaultThumbnailPixelWidth": 0, "defaultThumbnailPixelHeight": 0, "defaultThumbnailMaxSize": 0, "isHidden": true, "isActive": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "type": { … } } ]
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Core/FileTypes
curl -i -X GET \
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Core/FileTypes \
-H 'ApplicationId: 0'[ { "id": 0, "extension": "string", "mimeType": "string", "isActive": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "files": [ … ] } ]