Retrieve details of a specific blog using its unique identifier.

🔒

Requires read_shop_navigation access scope. More access scope

Request Parameters

Public Request Parameters

📘

Public Request Parameters

Path Parameters

FieldTypeRequiredDescriptionExample
idstringYesUnique identifier for the blog

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!