https://norcecommerce.api-se.norce.tech/commerce/query/3.0/
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": { … } } ]
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Core/PaymentMethods
curl -i -X GET \
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Core/PaymentMethods \
-H 'ApplicationId: 0'[ { "id": 0, "paymentMethodTypeId": 0, "defaultName": "string", "defaultDescription": "string", "logoPath": "string", "sortOrder": 0, "isPartialPayment": true, "isActive": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "logoKey": "string" } ]