Return type for `fulfillmentOrderSubmitFulfillmentRequest` mutation.
Access Scopes
Fields
originalFulfillmentOrder:
FulfillmentOrder -
The original fulfillment order intended to request fulfillment for.
submittedFulfillmentOrder:
FulfillmentOrder -
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:
FulfillmentOrder -
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:
UserError! -
The list of errors that occurred from executing the mutation.