Store
The Store API exposes information about the stores your API token can act on.
Overview
The Store API provides two endpoints:
- Get store — details of the currently selected store
- List stores — every store your token has API access to
Get store is the natural first call for any integration: it tells you
which store the request landed on and which currencies that store already
transacts in. If your token has access to more than one store, List stores
gives you the store IDs to use with the X-Easycart-Store header — see
Store selection.