Skip to main content

requestProductCostEstimatesExport

Requests an asynchronous Product Cost Estimates export for the current company.

The export generates an import-ready CSV with active product cost estimates for products matching the specified filters. Use the returned process_id to track progress.

Business Rules

  • Each product cost estimate produces one row.
  • Product filters use the same fields as the products list query.

Error Scenarios

  • **Unauthenticated**: when no user is logged in.
  • **Company required**: when no company context is provided.

Permissions Required

  • brand:request_export permission
requestProductCostEstimatesExport(
input: RequestProductCostEstimatesExportInput!
): AsynchronousActionResponse!

Arguments

requestProductCostEstimatesExport.input ● RequestProductCostEstimatesExportInput! non-null input common

Parameters for RequestProductCostEstimatesExport

Type

AsynchronousActionResponse object common

Asynchronous action response type