Overview›Stores & Onboarding
A store is the unit everything else hangs off — products, orders, tokens, and installed apps all belong to exactly one store.
Store setup is split into four sequential stages, each its own endpoint:
name, description. Creates the store. See Create a store.Call POST /v1/user/stores/:id/onboarding/complete once all stages are filled in to finalize the store.
Update any store field later with PUT /v1/user/stores/:id, or remove the store entirely with DELETE /v1/user/stores/:id.
GET /v1/user/stores/@me lists every store the authenticated user owns. See List my stores.