Store
Last updated
Was this helpful?
Last updated
Was this helpful?
The Store API endpoints allow fetching supported store details.
The ID or the alias of the given resource
{"value":"479626da-5077-4af4-aca8-a6c41509de27"}
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 of the current order associated with the current session
1420ffe0-24a7-4340-842b-72612011be79
The ID or alias of the session default billing country
{"value":"534539e0-be3d-4f29-a6ca-249078d57f8b"}
The ID or alias of the session default billing region
{"value":"a20fae3a-8649-475e-a265-1b6c2625f54d"}
The ID or alias of the session default shipping country
{"value":"8f8c1ea6-0bec-45f4-83ce-1759060a7925"}
The ID or alias of the session default shipping region
{"value":"ae32d6fc-857c-47ec-a0ff-b1f2cc84bafd"}
The ID or alias of the session default tax class
{"value":"ca46d002-6a37-47b0-9d62-53d544c3201b"}
The ID or alias of the session currency
{"value":"0ad0ff55-3f81-4f09-9f78-3bf6b07da951"}
The ISO culture code of the current session culture
en-US
The unique reference for the customer associated with the current session
cust_638e703a-29a4-40b2-bfda-e117eb7c8328
GET /umbraco/commerce/storefront/api/v1/store/{idOrAlias} HTTP/1.1
Host:
Api-Key: text
Accept: */*
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"alias": "text",
"name": "text",
"defaultCountry": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"code": "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
},
"defaultCurrency": {
"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]"
},
"defaultPaymentMethod": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"alias": "text",
"name": "text",
"store": "[Circular Reference]",
"sku": "text",
"taxClass": "[Circular Reference]",
"paymentProviderAlias": "text",
"imageUrl": "text"
},
"defaultShippingMethod": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"alias": "text",
"name": "text",
"store": "[Circular Reference]",
"sku": "text",
"taxClass": "[Circular Reference]",
"imageUrl": "text"
},
"regions": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"code": "text",
"name": "text",
"store": "[Circular Reference]",
"country": "[Circular Reference]",
"defaultPaymentMethod": "[Circular Reference]",
"defaultShippingMethod": "[Circular Reference]"
}
]
},
"defaultTaxClass": {
"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"
}
]
},
"baseCurrency": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"code": "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
},
"culture": "text",
"symbol": "text",
"decimalPlaces": 1,
"decimalSeparator": "text",
"groupSeparator": "text",
"formatTemplate": "text",
"allowedCountries": [
{
"country": "[Circular Reference]"
}
]
},
"pricesIncludeTax": true
}