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.
curl -X GET "https://api-pub.ezcart.io/v1/store/shop"{
"id": "string",
"name": "string",
"description": "string",
"type": "string",
"currency": "string",
"timezone": "string"
}