# Get Variant By List Code Get details for a list of variants by their codes (max 100 codes). Endpoint: GET /api/v3/Variant/GetByListCode Version: 3.1.0 Security: OAuth2_clientCredentials ## Request fields (application/json): - `ListCode` (array, required) List of Variants Code of product. Max=100 variants code ## Response 200 fields (application/json): - `Data` (array) - `Data.ID` (string) Unique ID of the Variant - `Data.Name` (string) Name of the Variant - `Data.Code` (string) Code of the Variant - `Data.Type` (string) Product Type of the Variant - `Data.UnitPrice` (integer) Unit Selling Price of the Variant - `Data.UnitCost` (integer) Unit Buying Cost of the Variant - `Data.ThumbnailURL` (string) Thumbnail URL of the Variant - `Data.Discontinued` (boolean) Discontinue Status