ReverseFulfillmentOrders
Lists items within returns to be processed by a fulfillment service.
View-Specific Information
Select
The server uses the Shopify API to process WHERE clause conditions built with the following column and operators. The server processes other filters client-side within the server.
- ReturnId supports the '=, IN' comparison operators.
For example, the following query is processed server-side:
SELECT * FROM ReverseFulfillmentOrders WHERE ReturnId = 'Val1'
Columns
| Name | Type | References | Description |
| Id [KEY] | String | A globally unique Id for the reverse fulfillment order. | |
| ReturnId | String |
Returns.Id | A globally unique Id for the associated return. |
| Status | String | The current status of the reverse fulfillment order (for example, open, in_progress, or completed). | |
| ThirdPartyConfirmationStatus | String | The status of the third-party confirmation for the reverse fulfillment order. |