latestOpenAPI 3.1.02026-08-225721892.2 MB

19fd2b70854e

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.

Supported on Shopify (platform shopify). Accounts on platforms without blogs support return 400; a blogs-capable platform that lacks this specific operation returns 405.

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

Path parameters

accountIdstring required

Connected Shopify SocialAccount id.

blogIdstring required

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

Query parameters

limitinteger

Page size (1-50).

cursorstring

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

Response

Articles listed

platform'shopify'
nextCursorstring nullable

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