Skip to content

Replace the tenant home-page marketing sections (fail-closed: all entries validated or request rejected)

PUT
/admin/v1/storefront/home-sections
curl --request PUT \
--url https://your-store.example.com/admin/v1/storefront/home-sections \
--header 'Content-Type: application/json' \
--data '{ "sections": [ {} ] }'
Media type application/json
object
sections
required

The ordered list of marketing section descriptors for the home page. Each entry must be a { type, settings } object. Every entry is validated by the SDK schema — a single invalid entry rejects the whole request. Capped at 50 entries.

Array<object>
object
Example generated
{
"sections": [
{}
]
}