requestProductsExport
Requests an asynchronous products export for the current brand.
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
- **status**: Filter by product status (ACTIVE, INACTIVE, ARCHIVED).
- **product_type**: Filter by product type (UNIT, KIT, BUNDLE).
- **include_archived**: Include archived products in the export.
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