v1

latestOpenAPI 3.1.02026-07-2684271522.2 KB
Exports

List Exports

Returns a list of your exports, sorted with the most recently created exports first.

get/v1/exports

Query parameters

starting_afterstring nullable

A cursor for use in pagination. starting_after is an export ID that defines your place in the list.

Example:fxprt_01J9XR8M3K7VZ8N2YB4WJ6T0RA

A cursor for use in pagination. starting_after is an export ID that defines your place in the list.

ending_beforestring nullable

A cursor for use in pagination. ending_before is an export ID that defines your place in the list.

Example:fxprt_01J9XR8M3K7VZ8N2YB4WJ6T0RA

A cursor for use in pagination. ending_before is an export ID that defines your place in the list.

limitinteger nullable

A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.

Example:10

A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.

offsetinteger nullable

Number of objects to skip before returning results.

Example:3

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
    }
  ]
}