Get Transfer Group for Order
Retrieves the transfer group for a specific order. The transfer group contains all payout transfers organized by bag and merchant. Each bag transfer group includes the bag ID, merchant ID, and the list of PayoutTransfer objects associated with that bag-merchant combination. The order is validated for existence and caller access before retrieval.
Path parameters
order_idinteger · int64RequiredExample:
ID of the order to retrieve the transfer group for
11111Header parameters
X-Violet-TokenstringRequired
API token for authentication
X-Violet-App-SecretstringRequired
Application secret key
X-Violet-App-Idinteger · int32RequiredExample:
Application ID
10000Responses
200
ok
application/json
403
forbidden
application/json
404
not found
application/json
500
internal server error
application/json
get
/orders/{order_id}/transfer_groupLast updated
Was this helpful?