get https://{subdomain}.myshoplaza.com/openapi/2025-06/articles/
get article detail
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 |
---|---|---|---|
article.title | string | "Getting Started with Shoplazza API" | Article title. |
article.excerpt | string | "Learn how to integrate our APIs" | Article summary/teaser text. |
article.content | string | "<p>Full guide content here...</p>" | Full article content. |
article.published | boolean | true | Whether the article is published. |
article.published_at | string | "2023-06-15T09:30:00Z" | Publication timestamp. |
article.handle | string | "getting-started-with-api" | URL-friendly article identifier. |
article.author | string | "Jane Smith" | Author name. |
article.seo_title | string | "API Integration Guide - Shoplazza" | Custom SEO title. |
article.seo_description | string | "Complete guide to Shoplazza API integration" | SEO meta description. |
article.seo_keywords | array | ["API", "integration", "ecommerce"] | SEO keywords. |
article.blog_ids | array | ["blog_tech", "blog_guides"] | IDs of associated blogs/collections. |
article.image.src | string | "https://example.com/images/api-guide.jpg" | src URL |
article.image.width | integer | 1200 | Image width in pixels |
article.image.height | integer | 800 | Image height in pixels |