Shipping method
The Shipping Method API endpoints allow fetching supported shipping methods from a store.
Limit the properties returned in the response
{"value":" "}
Defines the properties that should be expanded in the response
{"value":" "}
Filter the returned list of items
{"value":" "}
API key specified through configuration to authorize access to the API.
The ID or the alias of the store
{"value":"5dbfd403-975b-494e-8267-8b665547a094"}
The ID of the current order associated with the current session
74a69338-2b96-44e7-ad01-72240f45c807
The ID or alias of the session default billing country
{"value":"f2300521-fb14-4d9a-b355-c6abbb2139f9"}
The ID or alias of the session default billing region
{"value":"c9a399e5-3d94-426e-a39c-2e8a234ddab9"}
The ID or alias of the session default shipping country
{"value":"ee3211cd-d5e7-43c5-b543-4e6d743984f0"}
The ID or alias of the session default shipping region
{"value":"d6208b1e-6e0b-4caa-a90c-b286d503ebb1"}
The ID or alias of the session default tax class
{"value":"0022e060-7d86-4f6c-b506-ce57567be4ed"}
The ID or alias of the session currency
{"value":"43388489-9527-454d-b95a-190bf87b8ba3"}
The ISO culture code of the current session culture
en-US
The unique reference for the customer associated with the current session
cust_a8ee3416-7279-4550-9fda-c969ff0b9fdf
OK
Not Found
GET /umbraco/commerce/storefront/api/v1/shippingmethods HTTP/1.1
Host:
Api-Key: text
Store: text
Accept: */*
[
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"alias": "text",
"name": "text",
"store": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"alias": "text",
"name": "text",
"defaultCountry": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"code": "text",
"name": "text",
"store": "[Circular Reference]",
"defaultCurrency": "[Circular Reference]",
"defaultPaymentMethod": "[Circular Reference]",
"defaultShippingMethod": "[Circular Reference]",
"regions": "[Circular Reference]"
},
"defaultTaxClass": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"alias": "text",
"name": "text",
"store": "[Circular Reference]",
"defaultTaxRate": 1,
"defaultTaxCode": "text",
"taxRate": 1,
"taxCode": "text",
"countryRegionTaxClasses": "[Circular Reference]"
},
"baseCurrency": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"code": "text",
"name": "text",
"store": "[Circular Reference]",
"culture": "text",
"symbol": "text",
"decimalPlaces": 1,
"decimalSeparator": "text",
"groupSeparator": "text",
"formatTemplate": "text",
"allowedCountries": "[Circular Reference]"
},
"pricesIncludeTax": true
},
"sku": "text",
"taxClass": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"alias": "text",
"name": "text",
"store": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"alias": "text",
"name": "text",
"defaultCountry": "[Circular Reference]",
"defaultTaxClass": "[Circular Reference]",
"baseCurrency": "[Circular Reference]",
"pricesIncludeTax": true
},
"defaultTaxRate": 1,
"defaultTaxCode": "text",
"taxRate": 1,
"taxCode": "text",
"countryRegionTaxClasses": [
{
"store": "[Circular Reference]",
"country": "[Circular Reference]",
"region": "[Circular Reference]",
"taxRate": 1,
"taxCode": "text"
}
]
},
"imageUrl": "text"
}
]
The ID or the alias of the given resource
{"value":"0e2044a4-4b01-49a9-9f36-9540d7ebc003"}
Limit the properties returned in the response
{"value":" "}
Defines the properties that should be expanded in the response
{"value":" "}
API key specified through configuration to authorize access to the API.
The ID or the alias of the store
{"value":"fa5f54db-b58e-4f47-9011-1b82f10e1cc7"}
The ID of the current order associated with the current session
02fdae23-2323-470c-87bd-6142155359de
The ID or alias of the session default billing country
{"value":"92947378-8fc4-4afb-88a1-8f605a3e59dc"}
The ID or alias of the session default billing region
{"value":"f43a5c66-e8d4-4e24-9648-a4f6f872846e"}
The ID or alias of the session default shipping country
{"value":"6a74a3d9-524d-40c7-92cb-cc4c086b2dea"}
The ID or alias of the session default shipping region
{"value":"827d1d64-fc7f-42da-8d0a-e7e46131e847"}
The ID or alias of the session default tax class
{"value":"c0a5c496-7f2c-4609-9a77-b05d9b5ce8d9"}
The ID or alias of the session currency
{"value":"d5ea1bf0-f60d-496b-a953-45695a911cc6"}
The ISO culture code of the current session culture
en-US
The unique reference for the customer associated with the current session
cust_c2ad270e-3a70-490a-8904-b26257e9ff06
OK
Not Found
GET /umbraco/commerce/storefront/api/v1/shippingmethod/{idOrAlias} HTTP/1.1
Host:
Api-Key: text
Store: text
Accept: */*
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"alias": "text",
"name": "text",
"store": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"alias": "text",
"name": "text",
"defaultCountry": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"code": "text",
"name": "text",
"store": "[Circular Reference]",
"defaultCurrency": "[Circular Reference]",
"defaultPaymentMethod": "[Circular Reference]",
"defaultShippingMethod": "[Circular Reference]",
"regions": "[Circular Reference]"
},
"defaultTaxClass": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"alias": "text",
"name": "text",
"store": "[Circular Reference]",
"defaultTaxRate": 1,
"defaultTaxCode": "text",
"taxRate": 1,
"taxCode": "text",
"countryRegionTaxClasses": "[Circular Reference]"
},
"baseCurrency": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"code": "text",
"name": "text",
"store": "[Circular Reference]",
"culture": "text",
"symbol": "text",
"decimalPlaces": 1,
"decimalSeparator": "text",
"groupSeparator": "text",
"formatTemplate": "text",
"allowedCountries": "[Circular Reference]"
},
"pricesIncludeTax": true
},
"sku": "text",
"taxClass": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"alias": "text",
"name": "text",
"store": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"alias": "text",
"name": "text",
"defaultCountry": "[Circular Reference]",
"defaultTaxClass": "[Circular Reference]",
"baseCurrency": "[Circular Reference]",
"pricesIncludeTax": true
},
"defaultTaxRate": 1,
"defaultTaxCode": "text",
"taxRate": 1,
"taxCode": "text",
"countryRegionTaxClasses": [
{
"store": "[Circular Reference]",
"country": "[Circular Reference]",
"region": "[Circular Reference]",
"taxRate": 1,
"taxCode": "text"
}
]
},
"imageUrl": "text"
}
Last updated
Was this helpful?