productDeleteCompositionLines
Deletes (archives) composition lines from a product.
This mutation removes component relationships from a composed product by archiving the specified composition lines. The operation is processed asynchronously via a background job.
Returns an asynchronous response with processing status and job ID for tracking.
productDeleteCompositionLines(
input: DeleteCompositionLinesInput!
): AsynchronousActionResponse!
Arguments
productDeleteCompositionLines.input ● DeleteCompositionLinesInput! non-null input common
Parameters for DeleteCompositionLines
Type
AsynchronousActionResponse object common
Asynchronous action response type