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"
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.