curl --request GET \
--url https://api.scalev.com/v3/stores/{store_id}/variants/{variant_id} \
--header 'Authorization: Bearer <token>'{}Requires the product:read scope.
curl --request GET \
--url https://api.scalev.com/v3/stores/{store_id}/variants/{variant_id} \
--header 'Authorization: Bearer <token>'{}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Success
Raw single-resource success payload for v3.