ReverseFulfillmentOrders
Lists fulfillment orders representing inbound return shipments processed by fulfillment services.
View-Specific Information
Select
The connector uses the Shopify API to process WHERE clause conditions built with the following column and operators. The connector processes other filters client-side within the connector.
- 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 identifier for the reverse fulfillment order record. | |
| ReturnId | String |
Returns.Id | The globally unique identifier of the return associated with this reverse fulfillment order. |
| Status | String | Indicates the current state of the reverse fulfillment order, such as 'pending', 'in_transit', 'received', or 'completed'. | |
| ThirdPartyConfirmationStatus | String | Specifies the confirmation status provided by an external or third-party fulfillment service for the reverse fulfillment order, such as 'confirmed', 'awaiting_confirmation', or 'failed'. |