GET
/
catalog
/
skus
/
{sku_id}

Note: For more details on this endpoint and the other possible filter options it can take, please refer to the API Reference

Headers

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

Path Parameters

sku_id
integer
required

Query Parameters

base_currency
string
default:
USD
include
string
default:
sku_dimensions
use_presentment_currency
boolean
default:
false

Response

default - application/json

Stock Keeping Unit

currency
string
required

The base currency of this Sku.

merchant_id
integer
required

ID of the Merchant that originated the Sku.

offer_id
integer
required

ID of the parent Offer that this Sku is a child of.

sale_price
integer
required

Sale Price of the Sku. This is the actual sale cost when the Sku is purchased.

type
enum<string>
required
Available options:
PHYSICAL,
DIGITAL,
VIRTUAL,
BUNDLED
albums
object[] | null

Sku Albums

asin
string | null

Amazon Standard Identification Number

date_created
string

Date when the Sku was first created in Violet.

date_last_modified
string

Date when the Sku was last updated in Violet.

display_order
integer

The order that the merchant has chosen to display this Sku in relation to other Sku's that are children of the same Offer.

ean
string | null

European Article Number

external_id
string

The ID of the Sku in the merchants external store.

gtin
string | null

Global Trade Item Number

id
integer
in_stock
boolean

Is the Sku in stock in the merchants external store.

inventory_tracked
boolean

Is the Sku's inventory tracked in the merchants system. Untracked inventory can be oversold even when the available quantity is 0.

isbn
string | null

International Standard Book Number

name
string

Sku Name

presented_currency
string

The presented currency of this Sku.

quantity_available
integer

The total quantity of this Sku available for purchase.

retail_price
integer

Retail Price of the Sku. This is the recommended or common price of the Sku and is typically not what the customer will be charged..

shipping_dimensions
object | null

Individual Sku Dimensions

sku_dimensions
object | null

Individual Sku Dimensions

status
enum<string>

SKU Status

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

Type of Tax on this Sku.

Available options:
DEFAULT,
APPAREL,
SERVICE
taxable
boolean

Is the Sku taxable.

upc
string | null

Universal Product Code

variant_values
array | null

Variant Values that apply to this SKU