ReturnLineItems
Lists return line items attached to the return.
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 ReturnLineItems WHERE ReturnId = 'Val1'
Columns
| Name | Type | References | Description |
| Id [KEY] | String | A globally unique Id for the return line item. | |
| ReturnId [KEY] | String |
Returns.Id | A globally unique Id for the associated return. |
| Quantity | Int | The number of units being returned. | |
| CustomerNote | String | A note from the customer describing the item to be returned. Maximum length: 300 characters. | |
| RefundableQuantity | Int | The number of units that can still be refunded. | |
| RefundedQuantity | Int | The number of units that have already been refunded. | |
| ReturnReason | String | The reason provided for returning the item. | |
| ReturnReasonNote | String | Additional details about the reason for the return. Maximum length: 255 characters. | |
| TotalWeightUnit | String | The unit of measurement for the weight value. | |
| TotalWeightValue | Double | The weight value, expressed using the unit defined in `TotalWeightUnit`. | |
| WithCodeDiscountedTotalPriceSetPresentmentMoneyAmount | Decimal | The discounted total price in the presentment currency. | |
| WithCodeDiscountedTotalPriceSetPresentmentMoneyCurrencyCode | String | The presentment currency code for the discounted total price. | |
| WithCodeDiscountedTotalPriceSetShopMoneyAmount | Decimal | The discounted total price in the shop currency. | |
| WithCodeDiscountedTotalPriceSetShopMoneyCurrencyCode | String | The shop currency code for the discounted total price. | |
| FulfillmentLineItemId | String | A globally unique Id for the associated fulfillment line item. |