GET

/v1/catalog/skus/{sku_id}

X-Violet-Token
X-Violet-App-Secret
X-Violet-App-Id
curl --request GET \
  --url https://sandbox-api.violet.io/v1/catalog/skus/{sku_id}
{
  "albums": [
    {
      "id": "integer",
      "media": [
        {
          "album_id": "integer",
          "cloud_id": "string",
          "display_order": "integer",
          "external_id": "string",
          "id": "integer",
          "primary": "boolean",
          "source_url": "string",
          "type": "IMAGE",
          "url": "string"
        }
      ],
      "name": "string",
      "parent_id": "integer",
      "primary_media": {
        "album_id": "integer",
        "cloud_id": "string",
        "display_order": "integer",
        "external_id": "string",
        "id": "integer",
        "primary": "boolean",
        "source_url": "string",
        "type": "IMAGE",
        "url": "string"
      },
      "type": "OFFER"
    }
  ],
  "asin": "string",
  "currency": "string",
  "date_created": "string",
  "date_last_modified": "string",
  "display_order": "integer",
  "ean": "string",
  "external_id": "string",
  "gtin": "string",
  "id": "integer",
  "in_stock": "boolean",
  "inventory_tracked": "boolean",
  "isbn": "string",
  "merchant_id": "integer",
  "name": "string",
  "offer_id": "integer",
  "presented_currency": "string",
  "quantity_available": "integer",
  "retail_price": "integer",
  "sale_price": "integer",
  "sku_dimensions": {
    "height": "number",
    "length": "number",
    "sku_id": "integer",
    "type": "SKU",
    "weight": "number",
    "width": "number"
  },
  "status": "AVAILABLE",
  "tax_type": "default",
  "taxable": "boolean",
  "type": "physical",
  "upc": "string",
  "variant_values": [
    {
      "value": "string",
      "variant": "string"
    }
  ]
}

Retrieve information about a specific SKU given the sku_id.

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