stack

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

AdminTypes.DraftOrderCalculatePayload interface

Return type for draftOrderCalculate mutation.

Signature:

export interface DraftOrderCalculatePayload 

Properties

Property Modifiers Type Description
calculatedDraftOrder?   Maybe<CalculatedDraftOrder> (Optional) The calculated properties for a draft order.
userErrors   Array<UserError> The list of errors that occurred from executing the mutation.