stack

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

AdminTypes.OrderEditSetQuantityPayload interface

Return type for orderEditSetQuantity mutation.

Signature:

export interface OrderEditSetQuantityPayload 

Properties

Property Modifiers Type Description
calculatedLineItem?   Maybe<CalculatedLineItem> (Optional) The calculated line item with the edits applied but not saved.
calculatedOrder?   Maybe<CalculatedOrder> (Optional) The calculated order with the edits applied but not saved.
userErrors   Array<UserError> The list of errors that occurred from executing the mutation.