Skip to main content
GET
Export inventory stock (cursor pagination)

Authorizations

Authorization
string
header
required

Authenticate using a bearer token. To create a token, navigate to /settings/api-tokens and click Create API Token.

Query Parameters

cursor
string

Signed continuation token from a previous response's next_cursor. Omit on the first page.

limit
integer
default:100

Maximum number of products to return per page.

Required range: 1 <= x <= 1000

Response

Successful export page

data
object[]
required
next_cursor
string | null
required

Signed cursor token to fetch the next page. null when the export is complete.

has_more
boolean
required

true when the page is full (data.length === limit), indicating more rows may exist.

meta
object
required