Home > @infiniteobjects/shopify-data-manager > AdminTypes > OrderEditAddLineItemDiscountPayload
Return type for orderEditAddLineItemDiscount
mutation.
Signature:
export interface OrderEditAddLineItemDiscountPayload
Property | Modifiers | Type | Description |
---|---|---|---|
addedDiscountStagedChange? | Maybe<OrderStagedChangeAddLineItemDiscount> | (Optional) The discount applied to a line item during this order edit. | |
calculatedLineItem? | Maybe<CalculatedLineItem> | (Optional) The line item with the edits applied but not saved. | |
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. |