Store Front
Get the template attributes.
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.
Template Pages
Page identifier
Example:
"Home"
Page URL
Example:
"/"
SEO title of the page
Example:
"Sample Seo Title"
SEO description of the page
Example:
"Sample Seo Description"
Widgets in the page
Widget Type
Example:
"basic-slider"
Name of the widget
Example:
"Basic Slider"
Widget Data
Field Data
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"
}
}
}
]
}
]
}
]
}
]
}