Home > @infiniteobjects/shopify-data-manager > AdminTypes > OrderEditAddCustomItemPayload
Return type for orderEditAddCustomItem
mutation.
Signature:
export interface OrderEditAddCustomItemPayload
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. |