Skip to main content
Anchor to OrderEditRemoveLineItemDiscountPayload

OrderEditRemoveLineItemDiscountPayload

payload

Return type for orderEditRemoveLineItemDiscount mutation.

•CalculatedLineItem

The calculated line item after removal of the discount.

•CalculatedOrder

An order with the edits applied but not saved.

•OrderEditSession

The order edit session with the edits applied but not saved.

•[UserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•mutation
Deprecated

Arguments

•ID!
required

The ID of the calculated order or the order edit session to edit. This is the edit from which the line item discount is removed.

Anchor to discountApplicationIddiscountApplicationId
•ID!
required

The ID of the calculated discount application to remove.



Was this section helpful?