stack

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

AdminTypes.OrderEditAddCustomItemPayload interface

Return type for orderEditAddCustomItem mutation.

Signature:

export interface OrderEditAddCustomItemPayload 

Properties

Property Modifiers Type Description
calculatedLineItem?   Maybe<CalculatedLineItem> (Optional) The custom line item that will be added to the order based on the current edits.
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.