ProductSkus
Returns Stock Keeping Unit identifiers associated with products or product options.
Columns
Name
Type
Description
Id [KEY]
Integer
ID of this sku.
ProductId [KEY]
Integer
ID of the associated product.
Sku
String
The unique SKU (stock keeping unit).
Price
Decimal
This SKUs base price on the storefront.
AdjustedPrice
Decimal
The SKUs price on the storefront, after the products base price is inherited, or any option set or any product rules are applied.
CostPrice
Decimal
The products cost price.
UPC
String
InventoryLevel
Integer
The inventory level for the product.
InventoryWarningLevel
Integer
The inventory warning level for the product .
BinPickingNumber
String
The BIN picking number.
Weight
Decimal
This SKUs base weight on the storefront.
AdjustedWeight
Decimal
This SKUs weight on the storefront, after the products base weight is inherited, or any option set or any product rules are applied.
IsPurchasingDisabled
Boolean
If true, this prohibits purchasing of the SKU.
PurchasingDisabledMessage
String
The message to display if purchasing is disabled on this SKU.
ImageFile
String
The image that will be displayed when this SKU is selected on the storefront. When updating a SKU image, send the publicly accessible URL. Supported image formats are JPEG, PNG, and GIF.
Last updated