GET
/
{storeId}
curl --request GET \
  --url https://partner-api.aasaan.shop/api/v1/partner-integrations/stores/{storeId}
{
  "id": "store-id-1",
  "storeName": "lunchbox",
  "email": "test@noreply.com",
  "currency": "USD",
  "storeUrl": "USD",
  "metaData": {},
  "address": {
    "aptNo": "123A 345",
    "line1": "Central Park East",
    "line2": "Central Park East",
    "city": "New York",
    "state": "New York",
    "zipcode": 10025,
    "country": "USA"
  }
}

Path Parameters

storeId
string
required

Store ID for this resource request

Response

200
application/json

Store Retrieved.

The response is of type object.