stack

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

AdminTypes.DraftOrderDuplicatePayload interface

Return type for draftOrderDuplicate mutation.

Signature:

export interface DraftOrderDuplicatePayload 

Properties

Property Modifiers Type Description
draftOrder?   Maybe<DraftOrder> (Optional) The newly duplicated draft order.
userErrors   Array<UserError> The list of errors that occurred from executing the mutation.