Update a blog post
Update an existing blog post in the store. Requires the WRITE_BLOGS scope.
Authorizations
Installed-app access token (prefix app_), issued by the OAuth install flow. The store is bound to the token server-side — never send a shop id.
Path Parameters
The blog post's unique id.
Body
Fields accepted when updating a blog post. At least one field must be supplied.
New post title (max 200 characters). Regenerates the slug.
200Post body (HTML or rich text).
Short summary/excerpt (max 500 characters).
500Cover image URL.
Array of tag strings.
Publish (true) or unpublish (false). Updates publishedAt accordingly.
Response
The updated blog post.
Standard Salesive response envelope. The operation-specific payload is carried in data.

