cURL
curl --request GET \ --url https://{cluster}.voucherify.io/v1/skus/{skuId} \ --header 'Authorization: Bearer <token>' \ --header 'X-App-Id: <api-key>' \ --header 'X-App-Token: <api-key>'
{ "id": "sku_0b1621b2f25248b79c", "source_id": "sku_source_id_1", "product_id": "prod_0b15f6b9f650c16990", "sku": "Extra Small Blue Shirt", "price": 1300, "currency": "USD", "attributes": { "size": "XS", "color": "blue", "ranking": 1 }, "image_url": "", "metadata": {}, "created_at": "2022-05-17T10:36:30.057Z", "updated_at": "2022-07-01T05:34:16.822Z", "object": "sku" }
Retrieve details of a SKU.
sku
Was this page helpful?