Retrieve the list of refund beneficiaries (Bank or UPI) associated
with a given order and shipment. This query requires an active OTP session for security.
Optional filtering can be applied using `filterBy` to restrict results
to beneficiaries directly linked to either the order or the shipment.
Arguments
orderId
StringUnique identifier of the order.
shipmentId
StringUnique identifier of the shipment.
filterBy
FilterByEnumFilter scope of the response.
- order: Only beneficiaries linked to the given orderId.
- shipment: Only beneficiaries linked to the given shipmentId.
Response
List of saved UPI beneficiaries linked to the user.
List of saved Bank beneficiaries linked to the user.
Mutation
Try it
Input Variables
Response
Was this section helpful?