post https://{subdomain}.myshoplaza.com/openapi/2025-06/blogs
Create a new blog with the provided details.
Requires
write_shop_navigation
access scope. More access scope
Request Parameters
Public Request Parameters
Body Parameters
Field | Type | Required | Description | Example |
---|---|---|---|---|
blog.title | string | Yes | Title of the blog | "Shoplazza Developer Blog" |
blog.handle | string | No | URL-friendly identifier | "shoplazza-dev-blog" |
blog.seo_title | string | No | Custom SEO title | "Shoplazza Developer Resources & Tutorials" |
blog.seo_description | string | No | SEO meta description | "Official blog for Shoplazza developers with API guides and integration tutorials" |
blog.seo_keywords | array[string] | No | Array of SEO keywords | ["ecommerce API", "Shoplazza", "developer docs", "integration"] |
Response Description
Public Response Fields
Success Response
Field | Type | Description | Example |
---|---|---|---|
code | string | error code | 200 |
message | string | error message | Success |
data.blog.id | string | Unique identifier for the blog | art_12345 |
blog.title | string | Title of the blog | "Shoplazza Developer Blog" |
blog.handle | string | URL-friendly identifier | "shoplazza-dev-blog" |
blog.seo_title | string | Custom SEO title | "Shoplazza Developer Resources & Tutorials" |
blog.seo_description | string | SEO meta description | "Official blog for Shoplazza developers with API guides and integration tutorials" |
blog.seo_keywords | array[string] | Array of SEO keywords | ["ecommerce API", "Shoplazza", "developer docs", "integration"] |
data.blog.created_at | string | Timestamp when blog was created | |
data.blog.updated_at | string | Timestamp when blog was updated |