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