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"
}
}
}
]
}
]
}
]
}
]
}
Get the attributes that can be updated in the published templates.
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"
}
}
}
]
}
]
}
]
}
]
}
Store ID for this resource request
Attributes that can be updated in the published template.
The response is of type object
.