# Get Inventory In Transit Get inventory in-transit quantities for specified destination outlets and category. Endpoint: POST /api/v3/Inventory/InTransit Version: 3.1.0 Security: OAuth2_clientCredentials ## Request fields (application/json): - `ListOutlet` (array) List Outlet Destination Name. If send with empty value will be show data from all outlet - `Category` (string) Category Name. If empty value will be show data from all category ## Response 200 fields (application/json): - `Name` (string) Variant Name - `Code` (string) Variant Code - `Category` (string) Category - `Transit` (integer) Qty in transit to Outlet Destination