Blogs

List blog articles

Lists the articles of a blog. Cursor-paginated: pass limit (1-50, default 20) and the cursor from a previous response's nextCursor; nextCursor is null when there are no more pages. Treat cursors as opaque and pass them unchanged. Supported on Shopify (shopify) and WordPress (wordpress). WordPress results include native status and include publishDate only for scheduled (future) posts.

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

Path parameters

accountIdstring required

Connected Shopify or WordPress account id.

blogIdstring required

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

Query parameters

limitinteger

Page size (1-50).

cursorstring

Opaque cursor from a previous response. Omit for the first page.

Response

Articles listed

platform'shopify' | 'wordpress'
nextCursorstring nullable

Cursor for the next page; null when there are no more pages.

Changes