retireve a list of articles with optional filtering

🔒

Requires read_shop_navigation access scope. More access scope

Request Parameters

Public Request Parameters

📘

Public Request Parameters

Path Parameters

FieldTypeRequiredDescriptionExample
idstringYesUnique identifier for the article

Response Description

Public Response Fields

📘

Public Response Parameters

Success Response

FieldTypeExampleDescription
codestring200Status code indicating success
messagestring"Success"Response message
data.article.idstring"art_12345"Unique identifier for the article
data.article.titlestring"Getting Started with Shoplazza API"Title of the article
data.article.excerptstring"Learn how to integrate with Shoplazza's powerful APIs"Short summary
data.article.contentstring"<p>Full article content here...</p>"Full content of the article
data.article. image.srcstring"https://example.com/image.jpg"src URL of article image
data.article. image.widthinteger800Image width in pixels
data.article. image.heightinteger600Image height in pixels
data.article. image.pathstring"/uploads/articles/123.jpg"Internal image path
data.article.publishedbooleantrueWhether the article is published or not
data.article.handlestring"getting-started-with-api"URL-friendly identifier
data.article.seo_titlestring"Shoplazza API Integration Guide"Custom SEO title
data.article. seo_descriptionstring"Learn how to integrate with Shoplazza's ecommerce APIs"SEO meta description
data.article. seo_keywordsarray["API", "integration", "ecommerce"]SEO keywords
data.article.authorstring"John Doe"Author of the article
data.article. published_atstring"2023-06-15T10:00:00Z"Publication timestamp
data.article.blog_idsarray["blog_1", "blog_2"]Associated blog IDs
data.article.created_atstring"2023-06-10T08:30:00Z"Creation timestamp
data.article.updated_atstring"2023-06-12T14:15:00Z"Last update timestamp
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!