Skip to content
Need help with our api? Ask in Community
Product Update

Product Update

Register this webhook using the name Product Update.

The webhook is triggered when:

  • A product is created or updated.
  • A product’s SKU changes.
  • A kit is built, changed or cleared.
  • A product is added to a warehouse or its warehouse-specific settings change.

Webhook Body:

{
    "account_id": 63898,
    "account_uuid": "QWNjb3VudDo2Mzg5OA==",
    "webhook_type": "Product Update",
    "product": [
        {
            "name": "Classic T-Shirt",
            "sku": "SHIRT-BLACK-M",
            "country_of_manufacture": "US",
            "dimensions": {
                "weight": 8.5,
                "height": 1.0,
                "length": 12.0,
                "width": 9.0
            },
            "tariff_code": "610910",
            "kit": false,
            "kit_build": false,
            "customs_description": "Cotton T-Shirt",
            "not_owned": false,
            "dropship": false,
            "needs_serial_number": false,
            "created_at": "2026-08-20 14:32:10",
            "updated_at": "2026-09-04 11:45:22",
            "product_note": "Store folded",
            "virtual": false,
            "barcode": "0123456789012",
            "packer_note": "Use recyclable packaging",
            "li_ion": 0,
            "dangerous_goods_code": null,
            "ignore_on_invoice": false,
            "ignore_on_customs": false,
            "needs_lot_tracking": false,
            "warehouse_products": [
                {
                    "warehouse_id": 76733,
                    "price": 24.99,
                    "value": 8.5,
                    "value_currency": "USD",
                    "no_air": false,
                    "final_sale": false,
                    "active": true,
                    "custom": false,
                    "reorder_level": 20,
                    "reorder_amount": 50,
                    "replenishment_level": 10,
                    "auto_fulfill": false,
                    "customs_value": 8.5,
                    "created_at": "2026-08-20 14:32:10",
                    "updated_at": "2026-09-04 11:45:22"
                }
            ]
        }
    ]
}

Note

dimensions.weight is expressed in ounces. dimensions.height, dimensions.length, and dimensions.width are expressed in inches.

Response:

{
  "code": "200",
  "Message": "Success"
}