GETTING STARTED
Store
Custom Domain
Category
Brand
Tag
Store Front
Store
Get Store Information
Get Store Information
GET
/
{storeId}
Copy
curl --request GET \
--url https://partner-api.aasaan.shop/api/v1/partner-integrations/stores/{storeId}
Copy
{
"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
Store ID for this resource request
Response
200
application/json
Store Retrieved.
The response is of type object
.
Copy
curl --request GET \
--url https://partner-api.aasaan.shop/api/v1/partner-integrations/stores/{storeId}
Copy
{
"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"
}
}
Assistant
Responses are generated using AI and may contain mistakes.