stack

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

AdminTypes.OrderMarkAsPaidPayload interface

Return type for orderMarkAsPaid mutation.

Signature:

export interface OrderMarkAsPaidPayload 

Properties

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.