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

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

Example:

"store-id-1"

storeName
string

Name

Example:

"lunchbox"

email
string

Email associated with the store

Example:

"test@noreply.com"

currency
string

Base currency associated with this store

Example:

"USD"

storeUrl
string

The full store url that of the store that was created

Example:

"USD"

metaData
object

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

address
object

Address of the store