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 brand.
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.
- **Brand is required**: The X-Brand-Id header must be provided.
requestProductsExport(
input: RequestProductsExportInput!
): AsynchronousActionResponse!
Arguments
requestProductsExport.input ● RequestProductsExportInput! non-null input
Parameters for RequestProductsExport
Type
AsynchronousActionResponse object
Asynchronous action response type