Skip to main content

requestBundlesExport

Requests an asynchronous composition lines export for the current brand.

The export is processed in the background and generates a CSV file with the component relationships for bundles and base items. Use the returned process_id to track the export progress.

Authentication

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

Filters

  • **brand_id**: Filter by brand. If omitted, exports all brands in the company.
  • **include_archived**: Include archived composition lines in the export.

Possible Errors

  • **You must be logged in**: Authentication is required.
  • **Company is required**: Company context must be provided (use X-Company-Id header).
requestBundlesExport(
input: RequestCompositionLinesExportInput!
): AsynchronousActionResponse!

Arguments

requestBundlesExport.input ● RequestCompositionLinesExportInput! non-null input common

Parameters for RequestCompositionLinesExport

Type

AsynchronousActionResponse object common

Asynchronous action response type