{
"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"
}
],
"trackstar_created_date": "2023-03-15T13:45:30Z",
"trackstar_updated_date": "2023-03-15T13:45:30Z"
},
"event_type": "cart-warehouse.created",
"integration_name": "integration_name",
"integration_type": "cart"
}Cart
Cart warehouse created
When a Warehouse is created.
WEBHOOK
cart-warehouse.created
{
"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"
}
],
"trackstar_created_date": "2023-03-15T13:45:30Z",
"trackstar_updated_date": "2023-03-15T13:45:30Z"
},
"event_type": "cart-warehouse.created",
"integration_name": "integration_name",
"integration_type": "cart"
}Body
application/json
- Option 1
- Option 2
Example:
"connection_id"
Show child attributes
Show child attributes
Available options:
cart-warehouse.created Example:
"cart-warehouse.created"
Example:
"integration_name"
Example:
"cart"
Response
200
Success