Skip to main content
WEBHOOK
cart-product.updated
{
  "connection_id": "connection_id",
  "data": {
    "id": "product_id",
    "created_date": "2022-01-01T00:00:00Z",
    "updated_date": "2022-01-02T05:05:05Z",
    "name": "product_name",
    "sku": "sku",
    "parent_product_id": "",
    "is_kit": true,
    "active": true,
    "price": 10,
    "unit_cost": 10,
    "inventory": 10,
    "inventory_by_warehouse_id": {
      "warehouse_id_1": 6,
      "warehouse_id_2": 4
    },
    "tags": [
      "tag_0"
    ],
    "external_system_url": "https://example.com/cartproduct/123",
    "additional_fields": {
      "key": "value"
    }
  },
  "event_type": "cart-product.updated",
  "integration_name": "integration_name",
  "integration_type": "cart",
  "previous_attributes": {
    "id": "product_id",
    "created_date": "2022-01-01T00:00:00Z",
    "updated_date": "2022-01-02T05:05:05Z",
    "name": "product_name",
    "sku": "sku",
    "parent_product_id": "",
    "is_kit": true,
    "active": true,
    "price": 10,
    "unit_cost": 10,
    "inventory": 10,
    "inventory_by_warehouse_id": {
      "warehouse_id_1": 6,
      "warehouse_id_2": 4
    },
    "tags": [
      "tag_0"
    ],
    "external_system_url": "https://example.com/cartproduct/123",
    "additional_fields": {
      "key": "value"
    }
  }
}

Body

application/json
connection_id
string
required
Example:

"connection_id"

data
object
required
event_type
string
required
Example:

"cart-product.updated"

integration_name
string
required
Example:

"integration_name"

integration_type
string
required
Example:

"cart"

previous_attributes
object
required

Response

200

Success

I