Store
The Store API endpoints allow fetching supported store details.
Gets a Store by ID or Alias
GET/umbraco/commerce/storefront/api/v1/store/{idOrAlias}
Path parameters
idOrAlias*string
The ID or the alias of the given resource
Query parameters
Header parameters
Response
Success
Body
idstring (uuid)
aliasstring
namenullable string
defaultCountryCountryReferenceDto (object)
defaultTaxClassTaxClassReferenceDto (object)
baseCurrencyCurrencyReferenceDto (object)
pricesIncludeTaxnullable boolean
Request
Response
Last updated