Order Accepted by Carrier

This webhook is triggered when the carrier returns a success:true response after Bringg sends an order to them.

📘

Register Your URL for this Webhook

To start receiving webhooks from Bringg, you must first register a URL. Detailed guidance on setting up and managing Bringg webhooks is available in the following resources:


Response

{
  "task": {
    "id": 84953222,
    "title": "782542792992-1626349317",
    "external_id": "1626349317-R0",
    "fleet_delivery_external_id": "ABCD1234",
    "fleet": {
      "id": 270,
      "name": "Acme Fleet"
    }
  },
  "webhook_type": "order_accepted_by_fleet",
  "merchant_id": 49,
  "task_fleet_mapping": {
    "shared_extras": {
      "external_carrier_tracking_url": "https://www.example.com/track?waybill=123456789012345678901234"    }
  }
}

Output Params

fleet_delivery_external_id

string

ID of the order/delivery in the fleet's system. Use this field to map your orders to the fleet's orders.

shared_extras

object

The content of 'fleet_extras' received from the interactions with the fleet above.