Home > @infiniteobjects/shopify-data-manager > AdminTypes > OrderUpdatePayload
Return type for orderUpdate
mutation.
Signature:
export interface OrderUpdatePayload
Property | Modifiers | Type | Description |
---|---|---|---|
order? | Maybe<Order> | (Optional) The updated order. | |
userErrors | Array<UserError> | The list of errors that occurred from executing the mutation. |