Skip to main content
GET
/
v1
/
skus
/
{skuId}
Get SKU
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"
}

Authorizations

X-App-Id
string
header
required
X-App-Token
string
header
required
Authorization
string
header
required

Path Parameters

skuId
string
required
Example:

Response

id
string
required
Example:
source_id
string | null
required
Example:
product_id
string
required
Example:
sku
string | null
required
Example:
price
integer | null
required
attributes
object
required
image_url
string | null
required
metadata
object
required
created_at
string<date-time>
required
Example:
updated_at
string<date-time> | null
required
Example:
object
enum<string>
default:sku
required
Available options:
sku
currency
string | null
Example: