Create a new blog with the provided details.

🔒

Requires write_shop_navigation access scope. More access scope

Request Parameters

Public Request Parameters

📘

Public Request Parameters

Body Parameters

FieldTypeRequiredDescriptionExample
blog.titlestringYesTitle of the blog"Shoplazza Developer Blog"
blog.handlestringNoURL-friendly identifier"shoplazza-dev-blog"
blog.seo_titlestringNoCustom SEO title"Shoplazza Developer Resources & Tutorials"
blog.seo_descriptionstringNoSEO meta description"Official blog for Shoplazza developers with API guides and integration tutorials"
blog.seo_keywordsarray[string]NoArray of SEO keywords["ecommerce API", "Shoplazza", "developer docs", "integration"]

Response Description

Public Response Fields

📘

Public Response Parameters

Success Response

FieldTypeDescriptionExample
codestringerror code200
messagestringerror messageSuccess
data.blog.idstringUnique identifier for the blogart_12345
blog.titlestringTitle of the blog"Shoplazza Developer Blog"
blog.handlestringURL-friendly identifier"shoplazza-dev-blog"
blog.seo_titlestringCustom SEO title"Shoplazza Developer Resources & Tutorials"
blog.seo_descriptionstringSEO meta description"Official blog for Shoplazza developers with API guides and integration tutorials"
blog.seo_keywordsarray[string]Array of SEO keywords["ecommerce API", "Shoplazza", "developer docs", "integration"]
data.blog.created_atstringTimestamp when blog was created
data.blog.updated_atstringTimestamp when blog was updated
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!