# Get a Variant ComponentBy ID Get variant component information by ID. Requires the "VIEW" role in the "Products" group. Endpoint: GET /api/v3/Variant/Component Version: 3.1.0 Security: OAuth2_clientCredentials ## Query parameters: - `ID` (string, required) Get from ID of variant that you want to get the detail component. This is primary key for the object Example: "f2296e61-e405-4884-9e54-55f14a91748b" ## Response 200 fields (application/json): - `Data` (array) - `Data.Code` (string) Example: "S001" - `Data.Name` (string) Example: "Sausage" - `Data.Qty` (integer) Example: 1 ## Response 400 fields ## Response 500 fields