stack

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

AdminTypes.RefundCreatePayload interface

Return type for refundCreate mutation.

Signature:

export interface RefundCreatePayload 

Properties

Property Modifiers Type Description
order?   Maybe<Order> (Optional) The order associated with the created refund.
refund?   Maybe<Refund> (Optional) The created refund.
userErrors   Array<UserError> The list of errors that occurred from executing the mutation.