Get product variants API allows you to get all the different variants of a given product.
Ok
Unauthorized
Not found
Internal Server Error
curl -i -X GET \ https://api.stockx.com/v2/catalog/products/:productId/variants \ -H 'Authorization: Bearer <YOUR_JWT_HERE>' \ -H 'x-api-key: YOUR_API_KEY_HERE'
[- {
- "productId": "bf364c53-eb77-4522-955c-6a6ce952cc6f",
- "variantId": "586c3334-4dac-4ee0-bce3-eea845581a08",
- "variantName": "Auston-Matthews-2016-Upper-Deck-Series-1-Young-Guns-Rookie-201:0",
- "variantValue": "PSA 10"
}
]