stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > OrderEditRemoveLineItemDiscountPayload

AdminTypes.OrderEditRemoveLineItemDiscountPayload interface

Return type for orderEditRemoveLineItemDiscount mutation.

Signature:

export interface OrderEditRemoveLineItemDiscountPayload 

Properties

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.