latestOpenAPI 3.1.12026-08-108026304.2 KB

7b222e8ec91c

Stores

List stores

Returns a list of stores

get/v1/stores

Response

Successfully returned list of stores

Example response

{
  "data": [
    {
      "object": "store",
      "id": "st_18",
      "currency": "EUR",
      "name": "Example store name",
      "payment_methods": [
        "pm_7301",
        "pm_7302"
      ],
      "products": [
        "pr_105676"
      ]
    }
  ],
  "links": {
    "next": "/v1/stores?starting_after=st_120",
    "previous": "/v1/stores?ending_before=st_100"
  }
}