v1
latestOpenAPI 3.1.02026-07-2684271522.2 KBList Exports
Returns a list of your exports, sorted with the most recently created exports first.
Query parameters
A cursor for use in pagination. starting_after is an export ID that defines your place in the list.
A cursor for use in pagination. starting_after is an export ID that defines your place in the list.
A cursor for use in pagination. ending_before is an export ID that defines your place in the list.
A cursor for use in pagination. ending_before is an export ID that defines your place in the list.
A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.
A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.
Number of objects to skip before returning results.
Number of objects to skip before returning results.
Response
An envelope wrapping a list of export objects.
Example response
{
"export": [
{
"export_id": "fxprt_01J9XR8M3K7VZ8N2YB4WJ6T0RA",
"description": "Premium SPF 50 mineral sunscreen",
"type": "product",
"status": "created",
"created_at": "2026-06-15T14:30:00Z",
"started_at": "2026-06-15T14:30:00Z",
"completed_at": "2026-06-15T14:30:00Z",
"metadata": {
"order_id": "8842",
"channel": "shopify"
},
"test_mode": false
}
]
}