Webhooks
Shipping Events
event description shipping created triggers whenever a new shipping is created shipping updated triggers whenever a shipping is updated shipping removed triggers whenever a shipping is deleted shipping created { "event id" "whev kv28w431nh7rw9d2r", "event type" "shipping created", "api version" 2, "object" "event", "endpoint id" "5dcbcd22 c0e5 4003 8223 e367ce5eb8bf", "data" { "shipping" { "id" "c8006b68 6619 4b3f 844c 7025ffaa5b3b", "label" "new shipping method", "currency" "eur", "destination" \[ "worldwide" ], "price" 12, "has bundling" true, "postcodes" \[], "states" \[], "sites" \[], "object" "shipping", "active" true, "bundling rules" \[ { "cost rule" "unit", "type" "range", "max" 100, "cost" 100, "from" 1, "to" 5 }, { "cost rule" "fixed", "type" "max", "max" 5, "cost" 80 } ] } } } shipping updated { "event id" "whev kv28w431nh7rw9d2r", "event type" "shipping updated", "api version" 2, "object" "event", "endpoint id" "5dcbcd22 c0e5 4003 8223 e367ce5eb8bf", "data" { "changes" \[ "label" ], "shipping" { "id" "c8006b68 6619 4b3f 844c 7025ffaa5b3b", "label" "new shipping method", "currency" "eur", "destination" \[ "worldwide" ], "price" 12, "has bundling" true, "postcodes" \[], "states" \[], "sites" \[], "object" "shipping", "active" true, "bundling rules" \[ { "cost rule" "unit", "type" "range", "max" 100, "cost" 100, "from" 1, "to" 5 }, { "cost rule" "fixed", "type" "max", "max" 5, "cost" 80 } ] } } } shipping removed { "event id" "whev kv28w431nh7rw9d2r", "event type" "shipping removed", "api version" 2, "object" "event", "endpoint id" "5dcbcd22 c0e5 4003 8223 e367ce5eb8bf", "data" { "shipping" { "id" "c8006b68 6619 4b3f 844c 7025ffaa5b3b" } } }