Skip to main content

orderFulfillmentReturn

Returns selected quantity from fulfillment lines and restocks items.

orderFulfillmentReturn(
id: ID!
input: FulfillmentReturnInput!
): FulfillmentReturn

Arguments

orderFulfillmentReturn.id ● ID! non-null scalar

ID of fulfillment to return.

orderFulfillmentReturn.input ● FulfillmentReturnInput! non-null input

Fields required to return an fulfillment.

Type

FulfillmentReturn object

Returns selected quantity from fulfillment lines and restocks items.

Was this page helpful?