Skip to main content
WEBHOOK
warehouse-location.created
{
  "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.created",
  "integration_name": "integration_name",
  "integration_type": "wms"
}

Body

application/json
connection_id
string
required
Example:

"connection_id"

data
object
required
event_type
string
required
Example:

"warehouse-location.created"

integration_name
string
required
Example:

"integration_name"

integration_type
string
required
Example:

"wms"

Response

200

Success

I