Blogs

Get a blog article

Fetches a single article. An article addressed through a blog it does not belong to is a 404 (code blog_article_not_found).

Supported on Shopify (shopify) and WordPress (wordpress). WordPress returns its native status; publishedAt is present only for a published post and publishDate only for a scheduled post.

get/v1/accounts/{accountId}/blogs/{blogId}/articles/{articleId}

Path parameters

accountIdstring required

Connected Shopify or WordPress account id.

blogIdstring required

Platform-native numeric blog/site id returned by the list operation.

articleIdstring required

Platform-native numeric article id. Non-numeric values return 400.

Response

Article fetched

platform'shopify' | 'wordpress'

Changes