Get Transfer Group for Order

Get Transfer Group for Order

get

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 · int64Required

ID of the order to retrieve the transfer group for

Example: 11111
Header parameters
X-Violet-TokenstringRequired

API token for authentication

X-Violet-App-SecretstringRequired

Application secret key

X-Violet-App-Idinteger · int32Required

Application ID

Example: 10000
Responses
get
/orders/{order_id}/transfer_group

Last updated

Was this helpful?