Stores
Return the current Store
Returns the current Store. Read more about Stores
GET
/
api
/
v2
/
storefront
/
store
Authorizations
Authorization
string
headerrequiredUser token to authorize Cart and Checkout requests.
It is required to associate Cart with the User.
Query Parameters
include
string
Specify what related resources (relationships) you would like to receive in the response body. Eg.
default_country,menus,cms_pages
fields[store]
string
Specify the fields you would like returned in the response body. More information.
Response
200 - application/vnd.api+json
data
object
requiredStores are the center of the Spree ecosystem. Each Spree installation can have multiple Stores. Each Store operates on a different domain or subdomain.
included
object[]
Was this page helpful?