stack

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

AdminTypes.FulfillmentOrderSubmitFulfillmentRequestPayload interface

Return type for fulfillmentOrderSubmitFulfillmentRequest mutation.

Signature:

export interface FulfillmentOrderSubmitFulfillmentRequestPayload 

Properties

Property Modifiers Type Description
originalFulfillmentOrder?   Maybe<FulfillmentOrder> (Optional) The original fulfillment order intended to request fulfillment for.
submittedFulfillmentOrder?   Maybe<FulfillmentOrder> (Optional) The fulfillment order that was submitted to the fulfillment service. This will be the same as the original fulfillment order field. The exception to this is partial fulfillment requests or fulfillment request for cancelled or incomplete fulfillment orders.
unsubmittedFulfillmentOrder?   Maybe<FulfillmentOrder> (Optional) This field will only be present for partial fulfillment requests. This will represent the new fulfillment order with the remaining line items not submitted to the fulfillment service.
userErrors   Array<UserError> The list of errors that occurred from executing the mutation.