GETTING STARTED
Store
Custom Domain
Category
Brand
Tag
Store Front
Store Front
Get the template attributes.
Get the attributes that can be updated in the published templates.
GET
/
{storeId}
/
storefront
curl --request GET \
--url https://partner-api.aasaan.shop/api/v1/partner-integrations/stores/{storeId}/storefront
{
"pages": [
{
"pageName": "Home",
"pageUrl": "/",
"seoTitle": "Sample Seo Title",
"seoDescription": "Sample Seo Description",
"widgets": [
{
"type": "basic-slider",
"name": "Basic Slider",
"widgetData": [
{
"fields": [
{
"key": "action",
"type": "productCategory",
"values": {
"values": {
"type": "product",
"values": "61d572e4b119b00013a5e61e"
}
}
}
]
}
]
}
]
}
]
}
Path Parameters
Store ID for this resource request
Response
200
application/json
Attributes that can be updated in the published template.
The response is of type object
.
curl --request GET \
--url https://partner-api.aasaan.shop/api/v1/partner-integrations/stores/{storeId}/storefront
{
"pages": [
{
"pageName": "Home",
"pageUrl": "/",
"seoTitle": "Sample Seo Title",
"seoDescription": "Sample Seo Description",
"widgets": [
{
"type": "basic-slider",
"name": "Basic Slider",
"widgetData": [
{
"fields": [
{
"key": "action",
"type": "productCategory",
"values": {
"values": {
"type": "product",
"values": "61d572e4b119b00013a5e61e"
}
}
}
]
}
]
}
]
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.