# Get Variant Code By List ID Get variant codes and prices for a list of product IDs scoped to an outlet. Endpoint: GET /api/v3/Variant/ListID Version: 3.1.0 Security: OAuth2_clientCredentials ## Request fields (application/json): - `Outlet` (string) outlet name - `ListID` (array, required) an array or arrangement of a products ID ## Response 200 fields (application/json): - `ID` (string) Product ID - `Code` (string) Product Code - `Price` (integer) Product unit sell price ## Response 500 fields (application/json): - `Message` (string) - `StackTrace` (string)