Skip to main content

orderFulfillmentUpdateReturnStatus

Updated return status of existing fulfillment and optionally restocks items.

orderFulfillmentUpdateReturnStatus(
id: ID!
input: FulfillmentUpdateReturnStatusInput!
): FulfillmentReturnStatusBulkUpdate

Arguments

orderFulfillmentUpdateReturnStatus.id ● ID! non-null scalar

ID of fulfillment to change return statuses on.

orderFulfillmentUpdateReturnStatus.input ● FulfillmentUpdateReturnStatusInput! non-null input

Fields required to update return status on fulfillment.

Type

FulfillmentReturnStatusBulkUpdate object

Updated return status of existing fulfillment and optionally restocks items.

Was this page helpful?