get https://{subdomain}.myshoplaza.com/openapi/2025-06/articles
retireve a list of articles with optional filtering
Requires
read_shop_navigation
access scope. More access scope
Request Parameters
Public Request Parameters
Path Parameters
Field | Type | Required | Description | Example |
---|---|---|---|---|
id | string | Yes | Unique identifier for the article |
Response Description
Public Response Fields
Success Response
Field | Type | Example | Description |
---|---|---|---|
code | string | 200 | Status code indicating success |
message | string | "Success" | Response message |
data.article.id | string | "art_12345" | Unique identifier for the article |
data.article.title | string | "Getting Started with Shoplazza API" | Title of the article |
data.article.excerpt | string | "Learn how to integrate with Shoplazza's powerful APIs" | Short summary |
data.article.content | string | "<p>Full article content here...</p>" | Full content of the article |
data.article. image.src | string | "https://example.com/image.jpg" | src URL of article image |
data.article. image.width | integer | 800 | Image width in pixels |
data.article. image.height | integer | 600 | Image height in pixels |
data.article. image.path | string | "/uploads/articles/123.jpg" | Internal image path |
data.article.published | boolean | true | Whether the article is published or not |
data.article.handle | string | "getting-started-with-api" | URL-friendly identifier |
data.article.seo_title | string | "Shoplazza API Integration Guide" | Custom SEO title |
data.article. seo_description | string | "Learn how to integrate with Shoplazza's ecommerce APIs" | SEO meta description |
data.article. seo_keywords | array | ["API", "integration", "ecommerce"] | SEO keywords |
data.article.author | string | "John Doe" | Author of the article |
data.article. published_at | string | "2023-06-15T10:00:00Z" | Publication timestamp |
data.article.blog_ids | array | ["blog_1", "blog_2"] | Associated blog IDs |
data.article.created_at | string | "2023-06-10T08:30:00Z" | Creation timestamp |
data.article.updated_at | string | "2023-06-12T14:15:00Z" | Last update timestamp |