Skip to main content
Version: 3.x

orderFulfillmentReturnProducts

Return products.

Requires MANAGE_ORDERSpermission.
orderFulfillmentReturnProducts(
input: OrderReturnProductsInput!
order: ID!
): FulfillmentReturnProducts

Arguments

orderFulfillmentReturnProducts.input ● OrderReturnProductsInput! non-null input

Fields required to return products.

orderFulfillmentReturnProducts.order ● ID! non-null scalar

ID of the order to be returned.

Type

FulfillmentReturnProducts object

Return products.

Requires MANAGE_ORDERSpermission.

Was this page helpful?