Shipping method
The Shipping Method API endpoints allow fetching supported shipping methods from a store.
Filter the returned list of items
{"value":" "}
Defines the properties that should be expanded in the response
{"value":" "}
Limit the properties returned in the response
{"value":" "}
API key specified through configuration to authorize access to the API.
The ID or the alias of the store
{"value":"2a88d89e-a754-4d5f-b9f8-b4b482ceb2a4"}
The ID of the current order associated with the current session
ccee4cae-fe96-4920-bee1-233a43b250fe
The ID or alias of the session default billing country
{"value":"79e62c9f-6161-4465-b66a-7caf273b5bf0"}
The ID or alias of the session default billing region
{"value":"51c1bf45-ad7a-4c3b-9495-9ee2acb368c6"}
The ID or alias of the session default shipping country
{"value":"47f7c554-7bdb-42f6-99b6-81941a9658b5"}
The ID or alias of the session default shipping region
{"value":"6caa7104-e602-40a2-a052-3b6b4a9208c2"}
The ID or alias of the session default tax class
{"value":"fcc0aba4-44a7-43c8-b8c7-00138d16a4bd"}
The ID or alias of the session currency
{"value":"a722f159-238f-4ff1-8ee4-062074f3598b"}
The ISO culture code of the current session culture
en-US
The unique reference for the customer associated with the current session
cust_d742c337-747e-453c-be07-61d894cb2e0b
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",
"sku": "text",
"taxClass": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"alias": "text"
},
"price": {
"currency": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"code": "text"
},
"withoutTax": 1,
"tax": 1,
"withTax": 1,
"formatted": {
"withoutTax": "text",
"tax": "text",
"withTax": "text"
}
},
"imageUrl": "text"
}
]
The ID or the alias of the given resource
{"value":"61060231-d89c-4de0-a7da-33b9465ed755"}
Defines the properties that should be expanded in the response
{"value":" "}
Limit the properties returned in the response
{"value":" "}
API key specified through configuration to authorize access to the API.
The ID or the alias of the store
{"value":"3845deb0-8a8c-4c3f-b659-275ecdde7317"}
The ID of the current order associated with the current session
1f56a2a7-00f5-4341-9579-a3a32c0cc5d3
The ID or alias of the session default billing country
{"value":"43b6cf87-bd03-4074-9c6f-a65b03654084"}
The ID or alias of the session default billing region
{"value":"7b5bcdf9-eec4-4519-9793-56f43023881b"}
The ID or alias of the session default shipping country
{"value":"748650ba-b7b9-429b-ba13-01e96c4d2127"}
The ID or alias of the session default shipping region
{"value":"8453aca6-45f0-4c04-9de7-c6b346d06926"}
The ID or alias of the session default tax class
{"value":"e0f21e7b-f3a9-4261-92c4-d9a30c7fc2db"}
The ID or alias of the session currency
{"value":"a94f9577-9ce7-4164-bda4-ef5938dc557f"}
The ISO culture code of the current session culture
en-US
The unique reference for the customer associated with the current session
cust_6a30cebe-fd0c-4c3d-84d2-8d5f880dc041
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",
"sku": "text",
"taxClass": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"alias": "text"
},
"price": {
"currency": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"code": "text"
},
"withoutTax": 1,
"tax": 1,
"withTax": 1,
"formatted": {
"withoutTax": "text",
"tax": "text",
"withTax": "text"
}
},
"imageUrl": "text"
}
Last updated
Was this helpful?