input UpdateProductInput

Fields

FieldTypeDescription
customer_account_idString

Use this when you are a 3PL acting on behalf of one of your customers

skuString!
nameString
dimensionsDimensionsInput
tariff_codeString
product_noteString
country_of_manufactureString
needs_serial_numberBoolean
dropshipBoolean
barcodeString
customs_descriptionString
ignore_on_customsBoolean
ignore_on_invoiceBoolean
tags[String]

Fully replaces existen tags with the ones provided

vendors[UpdateProductVendorInput]
final_saleBoolean
virtualBoolean
needs_lot_trackingBoolean
images[UpdateProductImageInput]
cases[UpdateProductCaseInput]
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

Referenced By

Example

{
  "customer_account_id": "abc123",
  "sku": "abc123",
  "name": "abc123",
  "dimensions": DimensionsInput,
  "tariff_code": "abc123",
  "product_note": "abc123",
  "country_of_manufacture": "abc123",
  "needs_serial_number": true,
  "dropship": true,
  "barcode": "abc123",
  "customs_description": "abc123",
  "ignore_on_customs": true,
  "ignore_on_invoice": true,
  "tags": "abc123",
  "vendors": UpdateProductVendorInput,
  "final_sale": true,
  "virtual": true,
  "needs_lot_tracking": true,
  "images": UpdateProductImageInput,
  "cases": UpdateProductCaseInput,
  "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
}