requestProductsExport
Requests an asynchronous products export for the current company.
The export is processed in the background and generates a CSV file
with the products matching the specified filters. Use the returned
process_id to track the export progress.
Authentication
Requires a logged-in user with access to the company.
Filters
Supports the same filters as the products list query. See
ProductsExportInput for available options. Common filters include
keyword search, brand, archive status, product type, and product
attribute filters.
Possible Errors
- **You must be logged in**: Authentication is required.
- **Company is required**: Company context must be provided (use
X-Company-Idheader).
requestProductsExport(
input: RequestProductsExportInput!
): AsynchronousActionResponse!
Arguments
requestProductsExport.input ● RequestProductsExportInput! non-null input common
Parameters for RequestProductsExport
Type
AsynchronousActionResponse object common
Asynchronous action response type