GET

/v1/catalog/skus/{sku_id}

X-Violet-Token
X-Violet-App-Secret
X-Violet-App-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

X-Violet-App-Secretrequired
String
X-Violet-App-Idrequired
String
X-Violet-App-Tokenrequired
String
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

X-Violet-Token
string
X-Violet-App-Secret
string
X-Violet-App-Id
integer

Path Parameters

sku_idrequired
integer

Query Parameters

base_currency
Default: "USD"
string

Response

200 - application/json
albums
object[]

Sku Albums

asin
string

Amazon Standard Identification Number

currencyrequired
string

The base currency of this SKU

date_created
string

Date of SKU creation

date_last_modified
string

Date of last SKU update

display_order
integer

Order to display SKU

ean
string

European Article Number

external_id
string

ID of the SKU on the External Ecom Platform

gtin
string

Global Trade Item Number

id
integer
in_stock
boolean

Is the Product in Stock

inventory_tracked
boolean

Is the SKUs inventory tracked

isbn
string

International Standard Book Number

merchant_idrequired
integer

ID of the Merchant

name
string

Sku Name

offer_idrequired
integer

ID of the Offer

presented_currency
string

The presented currency of this SKU

quantity_available
integer

Quantity Available

retail_price
integer

Retail Price of the SKU

sale_pricerequired
integer

Sale Price of the SKU

sku_dimensions
object

Individual Sku Dimensions

status
enum<string>

SKU Status

Available options:
AVAILABLE,
UNAVAILABLE,
DISABLED_AVAILABLE,
DISABLED_UNAVAILABLE,
ARCHIVED,
FOR_DELETION
tax_type
enum<string>

Type of Tax on this SKU

Available options:
default,
apparel,
service
taxable
boolean

Is the product taxable

typerequired
enum<string>
Available options:
physical,
digital,
virtual
upc
string

Universal Product Code

variant_values
object[]

Variant Values that apply to this SKU