fulfillOrder
This action allocated stock to the order and sends it to the external shipping software.
fulfillOrder(
input: FulfillOrderInput!
): [OrderFulfillment!]!
Arguments
fulfillOrder.input
● FulfillOrderInput!
non-null input
Parameters for FulfillOrder
Type
OrderFulfillment
object
This type represents an order fulfillment. An order can have multiple fulfillments, each one associated with a warehouse and a party that fulfilled the order.