Create a blog post
Create a new blog post for 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.
Body
Fields accepted when creating a blog post.
Post title (max 200 characters). Used to generate the slug.
200Post body (HTML or rich text).
Short summary/excerpt (max 500 characters). Defaults to empty string.
500Cover image URL. Defaults to empty string.
Array of tag strings. Defaults to empty array.
Whether the post is published. Defaults to false (draft).
Response
The created blog post.
Standard Salesive response envelope. The operation-specific payload is carried in data.

