object Product

Fields

FieldTypeDescription
idString
legacy_idInt
account_idString
nameString

Name of the product

skuString

Stock Keeping Unit

priceStringDEPRECATED This is a warehouse specific field

Price of the product

valueStringDEPRECATED This is a warehouse specific field

Price paid for the product

value_currencyStringDEPRECATED This is a warehouse specific field
barcodeString

Product barcode

country_of_manufactureString
dimensionsDimensions
tariff_codeString
kitBoolean
kit_buildBoolean
no_airBoolean
final_saleBoolean
customs_valueString
customs_descriptionString
not_ownedBoolean
dropshipBoolean
needs_serial_numberBoolean
thumbnailString
large_thumbnailString
created_atISODateTime
updated_atISODateTime
product_noteString
virtualBoolean
ignore_on_invoiceBoolean
ignore_on_customsBoolean
activeBooleanDEPRECATED This is a warehouse specific field
needs_lot_trackingBoolean
packer_noteString
sizeString

The product's size (e.g. S, M, L)

styleString

The product's style

vendor_part_numberString
consumer_package_codeString
buyer_part_numberString
buyer_style_numberString
auto_packBoolean
warehouse_products[WarehouseProduct]

The physical instances of the product, stored in warehouses

fba_inventory[FbaInventory]

Inventory available at FBA

images[ProductImage]
tags[String]
vendors[ProductVendor]
components[Product]DEPRECATED This has been replaced by kit_components

For kits, this will be the list of products that make up the kit

kit_components[KitComponent]

For kits, this will be the list of references to the products that make up the kit and their quantities

cases[Case]

Referenced By

Example

{
  "id": "abc123",
  "legacy_id": 987,
  "account_id": "abc123",
  "name": "abc123",
  "sku": "abc123",
  "price": "abc123",
  "value": "abc123",
  "value_currency": "abc123",
  "barcode": "abc123",
  "country_of_manufacture": "abc123",
  "dimensions": Dimensions,
  "tariff_code": "abc123",
  "kit": true,
  "kit_build": true,
  "no_air": true,
  "final_sale": true,
  "customs_value": "abc123",
  "customs_description": "abc123",
  "not_owned": true,
  "dropship": true,
  "needs_serial_number": true,
  "thumbnail": "abc123",
  "large_thumbnail": "abc123",
  "created_at": "abc123",
  "updated_at": "abc123",
  "product_note": "abc123",
  "virtual": true,
  "ignore_on_invoice": true,
  "ignore_on_customs": true,
  "active": true,
  "needs_lot_tracking": true,
  "packer_note": "abc123",
  "size": "abc123",
  "style": "abc123",
  "vendor_part_number": "abc123",
  "consumer_package_code": "abc123",
  "buyer_part_number": "abc123",
  "buyer_style_number": "abc123",
  "auto_pack": true,
  "warehouse_products": WarehouseProduct,
  "fba_inventory": FbaInventory,
  "images": ProductImage,
  "tags": "abc123",
  "vendors": ProductVendor,
  "components": Product,
  "kit_components": KitComponent,
  "cases": Case
}