Body
application/json
Response
200
Success
{
"connection_id": "connection_id",
"data": {
"id": "location_id",
"created_date": "2022-01-01T00:00:00Z",
"updated_date": "2022-01-02T05:05:05Z",
"name": "Location Name",
"warehouse_id": "warehouse_id",
"type": "pallet",
"measurements": {
"length": 1.5,
"width": 1.5,
"height": 1.5,
"unit": "in",
"weight": 2.5,
"weight_unit": "lb"
},
"additional_fields": {
"key": "value"
}
},
"event_type": "warehouse-location.updated",
"integration_name": "integration_name",
"integration_type": "wms",
"previous_attributes": {
"id": "location_id",
"created_date": "2022-01-01T00:00:00Z",
"updated_date": "2022-01-02T05:05:05Z",
"name": "Location Name",
"warehouse_id": "warehouse_id",
"type": "pallet",
"measurements": {
"length": 1.5,
"width": 1.5,
"height": 1.5,
"unit": "in",
"weight": 2.5,
"weight_unit": "lb"
},
"additional_fields": {
"key": "value"
}
}
}
{
"connection_id": "connection_id",
"data": {
"id": "location_id",
"created_date": "2022-01-01T00:00:00Z",
"updated_date": "2022-01-02T05:05:05Z",
"name": "Location Name",
"warehouse_id": "warehouse_id",
"type": "pallet",
"measurements": {
"length": 1.5,
"width": 1.5,
"height": 1.5,
"unit": "in",
"weight": 2.5,
"weight_unit": "lb"
},
"additional_fields": {
"key": "value"
}
},
"event_type": "warehouse-location.updated",
"integration_name": "integration_name",
"integration_type": "wms",
"previous_attributes": {
"id": "location_id",
"created_date": "2022-01-01T00:00:00Z",
"updated_date": "2022-01-02T05:05:05Z",
"name": "Location Name",
"warehouse_id": "warehouse_id",
"type": "pallet",
"measurements": {
"length": 1.5,
"width": 1.5,
"height": 1.5,
"unit": "in",
"weight": 2.5,
"weight_unit": "lb"
},
"additional_fields": {
"key": "value"
}
}
}
"connection_id"
Show child attributes
"warehouse-location.updated"
"integration_name"
"wms"
Show child attributes
Success