latestOpenAPI 3.1.12026-08-108026304.2 KB
7b222e8ec91c
Stores
Get store information
Returns the current store configuration
get/v1/stores/{store_id}
Response
Successfully returned store information
Example response
{
"object": "store",
"id": "st_18",
"currency": "EUR",
"name": "Example store name",
"payment_methods": [
"pm_7301",
"pm_7302"
],
"products": [
"pr_105676"
]
}