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
id
string

Unique identifier for the resource that was used to create this store

storeName
string

Name

email
string

Email associated with the store

currency
string

Base currency associated with this store

storeUrl
string

The full store url that of the store that was created

metaData
object

any additional metadata that was stored as a part of this store creation

address
object

Address of the store