store_publish
Publish the store's draft customization to live.
Copies the store's draft_customization to live customization. Use after any update_palette / update_typography / customize call to ship changes to the live storefront.
Request
arguments
{
"store_slug": "string"
}Response
content[0].text (JSON-parsed)
{
"ok": true,
"store_id": "uuid",
"published_at": "ISO-8601"
}Example
tool call
{
"name": "store_publish",
"arguments": { "store_slug": "bravo" }
}Related tools