Product: Custom Field Value Changed

product.custom_field_value_changed

Example Webhook Event

{
  "event": "product.custom_field_value_changed",
  "type": "product",
  "trigger": "custom_field_value_changed",
  "context": {
    "custom_field_id": 5243803121,
    "custom_field_name": "Connectivity",
    "custom_field_type": "Text Field",
    "new_value": "5G",
    "old_value": "4G"
  },
  "response": {
    "id": 524380504,
    "name": "iPhone 16 Pro Max",
    "model_number": "A3084",
    "end_of_life_date": null,
    "default_purchase_cost": null,
    "category_id": 310892691,
    "manufacturer_id": 171726783,
    "depreciation_id": 194730577,
    "logo": "...png",
    "notes": "",
    "archived": false,
    "custom_fields": [
      {
        "Connectivity": "5G"
      },
      {
        "Operating System": "iOS"
      },
      {
        "Storage Size": "512GB"
      }
    ],
    "number_of_assets": 3,
    "assets": [
      271166159,
      516136791,
      271423733
    ],
    "end_of_life_type": "Individual per Asset",
    "end_of_life_months": null,
    "minimum_quantity": 20,
    "number_of_deployable_assets": 1,
    "created_at": "2024-12-12T03:19:21.759-05:00",
    "updated_at": "2024-12-12T03:54:22.074-05:00"
  }
}