seller-imports

List imports

List import jobs for the authenticated seller.

Use this endpoint to power import history tables and job monitoring screens.

Query behavior:

  • Supports page/pageSize pagination.
  • Supports sorting by createdAt or updatedAt and sort direction.

Response behavior:

  • Returns summary records only (status and high-level counters).
  • Includes only imports belonging to the authenticated seller.
get/seller/imports

Query parameters

pageinteger
pageSizeinteger
sortBy'createdAt'
sortOrder'asc'

Response

List of seller import summaries

idstring cuid2 required
status'RUNNING' required
totalinteger required
successfulinteger required
failedinteger required

Changes

No recorded changes to this endpoint across all 53 revisions of this API.