Home > @infiniteobjects/shopify-data-manager > AdminTypes > OrderEditRemoveLineItemDiscountPayload
Return type for orderEditRemoveLineItemDiscount
mutation.
Signature:
export interface OrderEditRemoveLineItemDiscountPayload
Property | Modifiers | Type | Description |
---|---|---|---|
calculatedLineItem? | Maybe<CalculatedLineItem> | (Optional) The calculated line item after removal of the discount. | |
calculatedOrder? | Maybe<CalculatedOrder> | (Optional) An order with the edits applied but not saved. | |
userErrors | Array<UserError> | The list of errors that occurred from executing the mutation. |