The SKU object

A comprehensive list of the SKU resource's attributes and relationships

A SKU object is returned as part of the response body of each successful list, retrieve, create or update API call to the /api/skus endpoint.

Fields

FieldTypeDescription

type

string

skus

id

string

The SKU unique identifier

links.self

string

The SKU endpoint URL

attributes.code

string

The SKU code, that uniquely identifies the SKU within the organization.

attributes.created_at

datetime

Time at which the resource was created.

attributes.description

string

An internal description of the SKU.

attributes.do_not_ship

boolean

Indicates if the SKU doesn't generate shipments.

attributes.do_not_track

boolean

Indicates if the SKU doesn't track the stock inventory.

attributes.hs_tariff_number

string

The Harmonized System Code used by customs to identify the products shipped across international borders.

attributes.image_url

string

The URL of an image that represents the SKU.

attributes.inventory

object

Aggregated information about the SKU's inventory. Returned only when retrieving a single SKU.

attributes.metadata

object

Set of key-value pairs that you can attach to the resource. This can be useful for storing additional information about the resource in a structured format.

attributes.name

string

The internal name of the SKU.

attributes.pieces_per_pack

integer

The number of pieces that compose the SKU. This is useful to describe sets and bundles.

attributes.reference

string

A string that you can use to add any external identifier to the resource. This can be useful for integrating the resource to an external system, like an ERP, a marketing tool, a CRM, or whatever.

attributes.reference_origin

string

Any identifier of the third party system that defines the reference code.

attributes.unit_of_weight

string

The unit of weight. One of 'gr', 'oz', or 'lb'.

attributes.updated_at

datetime

Time at which the resource was last updated.

attributes.weight

float

The weight of the SKU. If present, it will be used to calculate the shipping rates.

relationships.attachments

array

The associated attachments.

relationships.delivery_lead_times

array

The associated delivery lead times.

relationships.events

array

The associated events.

relationships.jwt_customer

object

The customer associated to the JWT.

relationships.jwt_markets

array

The markets associated to the JWT.

relationships.jwt_stock_locations

array

The stock locations associated to the JWT.

relationships.links

array

The associated links.

relationships.prices

array

The associated prices.

relationships.shipping_category

object

The associated shipping category.

relationships.sku_options

array

The list of SKU options available for the SKU.

relationships.stock_items

array

The associated stock items.

relationships.stock_reservations

array

The associated stock reservations.

relationships.tags

array

The associated tags.

relationships.versions

array

The associated changes.

meta.mode

string

The resource environment (can be one of test or live)

Last updated