https://norcecommerce.api-se.norce.tech/commerce/query/3.0/
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Shopping/GetPaymentAmount(quotationId={quotationId})
curl -i -X GET \
'https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Shopping/GetPaymentAmount(quotationId={quotationId})' \
-H 'ApplicationId: 0'0
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Shopping/ApplicationDeliveryMethods
curl -i -X GET \
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Shopping/ApplicationDeliveryMethods \
-H 'ApplicationId: 0'A queryable collection of application configured delivery methods.
Indicates whether the application delivery method has customer flag requirements.
Indicates whether the application delivery method has payment method requirements.
Indicates whether the application delivery method has delivery notification. Not commonly used.
[ { "applicationId": 0, "deliveryMethodId": 0, "code": "string", "onlyCompanies": true, "onlyNotCompanies": true, "hasLocations": true, "hasCustomerFlags": true, "hasPaymentMethods": true, "hasDeliveryNotification": true, "availableAsDropShip": true, "allowDangerousGoods": true, "currencyId": 0, "maxOrderProductValue": 0, "maxWeight": 0, "maxWidth": 0, "maxHeight": 0, "maxDepth": 0, "maxGirth": 0, "maxVolume": 0, "maxUnits": 0, "minTemp": 0, "maxTemp": 0, "useVolumeWeight": true, "useLargestWeight": true, "volumeWeightFactor": 0, "isStackable": true, "isActive": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "maxVolumeWeight": 0, "hasSkuTypes": true, "areSkuTypesForced": true, "sortOrder": 0, "minOrderProductValue": 0, "clientId": 0, "cultures": [ … ] } ]
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Shopping/ApplicationPaymentMethods
curl -i -X GET \
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Shopping/ApplicationPaymentMethods \
-H 'ApplicationId: 0'A queryable collection of application configured payment methods.
Indicates whether the application payment method has delivery methods as requirement.
Indicates whether the application payment method has divisions (stores) as requirement.
Indicates whether the application payment method has fields restrictions as requirement.
Indicates whether the application payment method can be used for recurring payments.
[ { "applicationId": 0, "paymentServiceId": 0, "paymentMethodId": 0, "onlyCompanies": true, "onlyNotCompanies": true, "hasDeliveryMethods": true, "hasDivisions": true, "hasFields": true, "currencyId": 0, "minOrderValue": 0, "maxOrderValue": 0, "fee": 0, "feeVatRate": 0, "code": "string", "externalPartnerCode": "string", "partNo": "string", "sortOrder": 0, "isActive": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "isRecurrable": true, "clientId": 0, "cultures": [ … ] } ]