fulfillment Order Submit Fulfillment Request
Requires access scope. Also: The user must have fulfill_and_ship_orders permission.
Sends a fulfillment request to the fulfillment service of a fulfillment order.
Arguments
- Anchor to fulfillmentOrderLineItemsfulfillment•[Fulfillment
Order Line Items Order Line Item Input!] The fulfillment order line items to be requested for fulfillment. If left blank, all line items of the fulfillment order are requested for fulfillment.
- •ID!required
The ID of the fulfillment order associated with fulfillment request.
- Anchor to messagemessage•String
An optional message for the fulfillment request.
- Anchor to notifyCustomernotify•Boolean
Customer Whether the customer should be notified when fulfillments are created for this fulfillment order.
Anchor to FulfillmentOrderSubmitFulfillmentRequestPayload returnsFulfillment Order Submit Fulfillment Request Payload returns
- Anchor to originalFulfillmentOrderoriginal•Fulfillment
Fulfillment Order Order The original fulfillment order intended to request fulfillment for.
- Anchor to submittedFulfillmentOrdersubmitted•Fulfillment
Fulfillment Order Order 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.
- Anchor to unsubmittedFulfillmentOrderunsubmitted•Fulfillment
Fulfillment Order Order 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.
- Anchor to userErrorsuser•[User
Errors Error!]!non-null The list of errors that occurred from executing the mutation.