Get Details about a SKU
/v1/catalog/skus/{sku_id}
Note: For more details on this endpoint and the other possible filter options it can take, please refer to the Get Sku by ID
Params
HEADER PARAMETERS
curl --request GET
--url https://sandbox-api.violet.io/v1/catalog/skus/10064
--header 'X-Violet-App-Id: <Your App Id Here>'
--header 'X-Violet-App-Secret: <Your App Secret Here>'
--header 'X-Violet-Token: <Your Violet token here>'
{
"id": 10064,
"offer_id": 10064,
"merchant_id": 10000,
"external_id": "13884047425654",
"name": "GoPro - Karma Quadcopter with HERO6 Black - White - White",
"in_stock": true,
"qty_available": 9998,
"inventory_tracked": true,
"sale_price": 84999,
"retail_price": 99999,
"currency": "USD",
"taxable": true,
"tax_type": "DEFAULT",
"albums": [],
"variant_values": [
{
"variant": "Color",
"value": "White"
}
],
"type": "PHYSICAL",
"status": "AVAILABLE",
"date_created": "2018-08-15T15:56:31+0000",
"date_last_modified": "2022-05-12T16:30:20+0000",
"sku_dimensions": {
"weight": 13.45,
"type": "SKU"
}
}
Headers
Path Parameters
Query Parameters
Response
Sku Albums
Amazon Standard Identification Number
The base currency of this SKU
Date of SKU creation
Date of last SKU update
Order to display SKU
European Article Number
ID of the SKU on the External Ecom Platform
Global Trade Item Number
Is the Product in Stock
Is the SKUs inventory tracked
International Standard Book Number
ID of the Merchant
Sku Name
ID of the Offer
The presented currency of this SKU
Quantity Available
Retail Price of the SKU
Sale Price of the SKU
Individual Sku Dimensions
SKU Status
AVAILABLE
, UNAVAILABLE
, DISABLED_AVAILABLE
, DISABLED_UNAVAILABLE
, ARCHIVED
, FOR_DELETION
Type of Tax on this SKU
default
, apparel
, service
Is the product taxable
physical
, digital
, virtual
Universal Product Code
Variant Values that apply to this SKU
curl --request GET
--url https://sandbox-api.violet.io/v1/catalog/skus/10064
--header 'X-Violet-App-Id: <Your App Id Here>'
--header 'X-Violet-App-Secret: <Your App Secret Here>'
--header 'X-Violet-Token: <Your Violet token here>'
{
"id": 10064,
"offer_id": 10064,
"merchant_id": 10000,
"external_id": "13884047425654",
"name": "GoPro - Karma Quadcopter with HERO6 Black - White - White",
"in_stock": true,
"qty_available": 9998,
"inventory_tracked": true,
"sale_price": 84999,
"retail_price": 99999,
"currency": "USD",
"taxable": true,
"tax_type": "DEFAULT",
"albums": [],
"variant_values": [
{
"variant": "Color",
"value": "White"
}
],
"type": "PHYSICAL",
"status": "AVAILABLE",
"date_created": "2018-08-15T15:56:31+0000",
"date_last_modified": "2022-05-12T16:30:20+0000",
"sku_dimensions": {
"weight": 13.45,
"type": "SKU"
}
}