EZCart Docs
ApiV1StoreShop

Get shop details

Get shop details. If the publishable key has multiple shops, use ?shopId= to specify which one. Defaults to the first shop in the key.

GET
/v1/store/shop

Query Parameters

shopId?string

Response Body

application/json

curl -X GET "https://api-pub.ezcart.io/v1/store/shop"
{
  "id": "string",
  "name": "string",
  "description": "string",
  "type": "string",
  "currency": "string",
  "timezone": "string"
}