Skip to main content

requestSuppliersExport

Requests an asynchronous suppliers export for the current brand.

The export is processed in the background and generates a CSV file with the supplier data including contacts, addresses, and performance metrics. Each supplier produces one row.

Use the returned process_id to track the export progress.

Authentication

Requires a logged-in user with access to the brand.

Filters

  • **status**: Filter by supplier status (ACTIVE, INACTIVE).
  • **category**: Filter by supplier category.
  • **include_archived**: Include archived suppliers in the export.

Possible Errors

  • **You must be logged in**: Authentication is required.
  • **Brand is required**: The X-Brand-Id header must be provided.
requestSuppliersExport(
input: RequestSuppliersExportInput!
): AsynchronousActionResponse!

Arguments

requestSuppliersExport.input ● RequestSuppliersExportInput! non-null input

Parameters for RequestSuppliersExport

Type

AsynchronousActionResponse object

Asynchronous action response type