Admin GraphQL API2025-07
New GraphQL fields for return management
We're introducing new fields to help you better manage and track returns:
Quantity tracking fields
The following fields are now available on both and
objects:
- Tracks the quantity of a return that has been processed.
- Indicates the quantity ready for processing.
- Shows the remaining unprocessed quantity.
Return timestamps
You can now retrieve important timestamps for returns:
- The timestamp when the return was closed.
- The timestamp when the return was created.
- The timestamp when the return request was approved.
- The timestamp when the disposition was created.
Breaking change
is now deprecated. Please use
instead. If an exchange line item has been processed multiple times, it will have multiple associated line items. The
field will only return the first associated line item.
Availability
These fields officially launched in API version 2025-07
.
Was this section helpful?