Get Sku by ID
2min
GET
AUTHENTICATION
Authorization
string
Bearer
PATH PARAMETERS
sku_id
integer
*QUERY PARAMETERS
base_currency
string
HEADER PARAMETERS
X-Violet-Token
string
X-Violet-App-Secret
string
X-Violet-App-Id
integer
RESPONSES
200
successful operation
Sku
Stock Keeping Unit
id
integer<int64>
offer_id
integer<int64>
*ID of the Offer
merchant_id
integer<int32>
*ID of the Merchant
external_id
string
ID of the SKU on the External Ecom Platform
name
string
Sku Name
asin
string
Amazon Standard Identification Number
gtin
string
Global Trade Item Number
upc
string
Universal Product Code
ean
string
European Article Number
isbn
string
International Standard Book Number
in_stock
boolean
Is the Product in Stock
quantity_available
integer<int32>
Quantity Available
inventory_tracked
boolean
Is the SKUs inventory tracked
sale_price
integer<int32>
*Sale Price of the SKU
retail_price
integer<int32>
Retail Price of the SKU
currency
string
*The base currency of this SKU
presented_currency
string
The presented currency of this SKU
taxable
boolean
Is the product taxable
tax_type
string<default | apparel | service>
Type of Tax on this SKU
albums
Album[]
Sku Albums
variant_values
SkuVariantValue[]
Variant Values that apply to this SKU
type
string<physical | digital | virtual>
*status
string<AVAILABLE | UNAVAILABLE | DISABLED_AVAILABLE | DISABLED_UNAVAILABLE | ARCHIVED | FOR_DELETION>
SKU Status
date_created
string<date-time>
Date of SKU creation
date_last_modified
string<date-time>
Date of last SKU update
sku_dimensions
SkuDimensions
Dimensions of the SKU
display_order
integer<int32>
Order to display SKU
Updated 16 May 2023
Did this page help you?
Yes
No