{
"connection_id": "connection_id",
"data": {
"id": "bill_id_1",
"warehouse_customer_id": "warehouse_customer_id",
"created_date": "2022-01-01T00:00:00Z",
"updated_date": "2022-01-02T05:05:05Z",
"object_id": "object_id",
"object_type": "order",
"charge_type": "shipping",
"amount": 10.5,
"currency_code": "USD",
"additional_fields": {
"key": "value"
},
"trackstar_created_date": "2023-11-07T05:31:56Z",
"trackstar_updated_date": "2023-11-07T05:31:56Z"
},
"event_type": "bill.created",
"integration_name": "integration_name",
"integration_type": "wms"
}WMS
Bill created
When a Bill is created.
WEBHOOK
bill.created
{
"connection_id": "connection_id",
"data": {
"id": "bill_id_1",
"warehouse_customer_id": "warehouse_customer_id",
"created_date": "2022-01-01T00:00:00Z",
"updated_date": "2022-01-02T05:05:05Z",
"object_id": "object_id",
"object_type": "order",
"charge_type": "shipping",
"amount": 10.5,
"currency_code": "USD",
"additional_fields": {
"key": "value"
},
"trackstar_created_date": "2023-11-07T05:31:56Z",
"trackstar_updated_date": "2023-11-07T05:31:56Z"
},
"event_type": "bill.created",
"integration_name": "integration_name",
"integration_type": "wms"
}Body
application/json
- Option 1
- Option 2
Example:
"connection_id"
Show child attributes
Show child attributes
Available options:
bill.created Example:
"bill.created"
Example:
"integration_name"
Example:
"wms"
Response
200
Success