orderFulfill
Creates new fulfillments for an order.
orderFulfill(
input: OrderFulfillInput!
order: ID
): OrderFulfill
Arguments
orderFulfill.input
● OrderFulfillInput!
non-null input
Fields required to create a fulfillment.
orderFulfill.order
● ID
scalar
ID of the order to be fulfilled.
Type
OrderFulfill
object
Creates new fulfillments for an order.
Was this page helpful?