Skip to main content

orderFulfill

Creates new fulfillments for an order.

Requires MANAGE_ORDERSpermission.
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.

Requires MANAGE_ORDERSpermission.

Was this page helpful?