ReverseFulfillmentOrderDeliveries
Lists reverse deliveries where buyers send packages back to the merchant.
View-Specific Information
Select
The server uses the Shopify API to process WHERE clause conditions built with the following columns and operators. The server processes other filters client-side within the server.
- Id supports the '=, IN' comparison operators.
- ReverseFulfillmentOrderId supports the '=, IN' comparison operators.
For example, the following queries are processed server-side:
SELECT * FROM ReverseFulfillmentOrderDeliveries WHERE Id = 'Val1'
SELECT * FROM ReverseFulfillmentOrderDeliveries WHERE ReverseFulfillmentOrderId = 'Val1'
Columns
| Name | Type | References | Description |
| Id [KEY] | String | The Id of the reverse delivery. | |
| ReverseFulfillmentOrderId | String | A globally unique Id for the associated reverse fulfillment order. | |
| DeliverableLabelPublicFileUrl | String | A public link for downloading the reverse delivery label image. | |
| DeliverableLabelUpdatedAt | Datetime | The date and time when the reverse delivery label was last updated. | |
| DeliverableLabelCreatedAt | Datetime | The date and time when the reverse delivery label was created. | |
| DeliverableTrackingCarrierName | String | The name of the carrier providing the tracking information, in a human-readable format. | |
| DeliverableTrackingNumber | String | The tracking number assigned by the carrier for the shipment. | |
| DeliverableTrackingUrl | String | The URL to track the shipment with the carrier. |