@ecomplus/storefront-renderer
Version:
SSR for Storefront EJS views with E-Com Plus APIs
28 lines (27 loc) • 430 B
JSON
{
"data": {
"store": {
"client": {
"api": "store",
"endpoint": "/stores/:store_id.json"
}
},
"categories": {
"client": {
"api": "store",
"endpoint": "/categories.json"
}
},
"grids": {
"client": {
"api": "store",
"endpoint": "/grids.json"
}
},
"items": {
"search": {
"default": true
}
}
}
}