{ "connection_id": "connection_id", "data": { "id": "warehouse_id", "created_date": "2022-01-01T00:00:00Z", "updated_date": "2022-01-02T05:05:05Z", "name": "Bethlehem (PA)", "code": "ABE-1", "address": { "address1": "123 Main St", "address2": "Apt 2", "address3": "Floor 3", "city": "New York", "state": "NY", "postal_code": "10001", "country": "United States" }, "trackstar_tags": [ "tag1", "tag2", { "tag3": "value3" } ], "additional_fields": { "key": "value" } }, "event_type": "warehouse.created", "integration_name": "integration_name", "integration_type": "wms" }
When a Warehouse is created.
"connection_id"
Show child attributes
warehouse.created
"warehouse.created"
"integration_name"
"wms"
Success