Get ApplicationPaymentMethod
Storm Query API Documentation (2.0)
Storm Query API is an API based on OData V4. It is an API to fill the need for data from Storm in integration services that do not have direct access to Storm’s data and data models.
Download OpenAPI description
Languages
Servers
https://customer-slug.api-se.norce.tech/commerce/query/2.0/
https://customer-slug.api-se.norce.tech/commerce/query/2.0/Shopping/ApplicationPaymentMethods
- cURL
- JS
- C#
curl -i -X GET \
https://customer-slug.api-se.norce.tech/commerce/query/2.0/Shopping/ApplicationPaymentMethods
Response
application/json
[ { "ApplicationId": 0, "PaymentMethodId": 0, "PaymentServiceId": 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": [ … ] } ]
https://customer-slug.api-se.norce.tech/commerce/query/2.0/Shopping/ApplicationDeliveryMethods
- cURL
- JS
- C#
curl -i -X GET \
https://customer-slug.api-se.norce.tech/commerce/query/2.0/Shopping/ApplicationDeliveryMethods
Response
application/json
[ { "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://customer-slug.api-se.norce.tech/commerce/query/2.0/Shopping/RecurringOrders
- cURL
- JS
- C#
curl -i -X GET \
https://customer-slug.api-se.norce.tech/commerce/query/2.0/Shopping/RecurringOrders
Response
application/json
[ { "Id": 0, "ClientId": 0, "ApplicationId": 0, "TypeId": 0, "TemplateQuotationId": 0, "StatusId": 0, "HoldFromDate": "2019-08-24T14:15:22Z", "HoldUntilDate": "2019-08-24T14:15:22Z", "StartDate": "2019-08-24T14:15:22Z", "EndDate": "2019-08-24T14:15:22Z", "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "Schedules": [ … ], "Type": { … } } ]
https://customer-slug.api-se.norce.tech/commerce/query/2.0/Shopping/GetPaymentAmount
- cURL
- JS
- C#
curl -i -X GET \
'https://customer-slug.api-se.norce.tech/commerce/query/2.0/Shopping/GetPaymentAmount?quotationId=0'