MCP Server for Shopify

Build 25.0.9440

ReturnLineItemsUnverified

Lists unverified return line items pending inspection or validation.

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 ReturnLineItemsUnverified WHERE ReturnId = 'Val1'

Columns

Name Type References Description
Id [KEY] String A globally unique Id for the unverified return line item.
ReturnId [KEY] String

Returns.Id

A globally unique Id for the associated return.
CustomerNote String A note from the customer describing the item to be returned. Maximum length: 300 characters.
Quantity Int The number of units being returned.
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.
UnitPriceAmount Decimal The unit price of the item in decimal format.
UnitPriceCurrencyCode String The currency code for the unit price.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9440