Documentation for this webhook is pending.
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:
- Send Bringg Webhooks: Subscribe to webhooks and customize the fields in your callbacks.
- Webhook Authentication Methods: Ensure that your other systems recognize and accept webhooks from Bringg.
Response
{
"task_inventory": {
"way_point_id": 22456214,
"id": 62066417,
"coc_type": 1,
"scanned": true,
"task_id": 18618495,
"original_quantity": 1,
"merchant_id": 178,
"inventory_id": 3206966,
"quantity": 1,
"created_at": "2020-11-25T08:29:49.358Z",
"updated_at": "2020-11-25T13:59:51.590Z",
"delete_at": null,
"scan_string": "019534542",
"pending": false,
"price": null,
"note": null,
"parent_task_inventory_id": null,
"returning_to_hub": false,
"external_id": "3206966",
"name": "Order 019-534542",
"source_task_id": null,
"rejected_quantity": 0,
"actions_configuration_id": null,
"picked_up_quantity": 1,
"group_uuid": null,
"age_restricted": null,
"extras": null,
"left_to_be_paid": null
},
"scan": {
"id": 971836,
"task_id": 18618495,
"way_point_id": 22456214,
"user_id": 24496,
"scanned": true,
"scan_string": "019534542",
"created_at": "2020-11-25T13:59:51.574Z",
"updated_at": "2020-11-25T13:59:51.574Z",
"lat": 39.4762486,
"lng": -0.4599297,
"manual_scan": false,
"inventory_id": 3206966,
"task_inventory_id": 62066417,
"scanning_role": 0,
"delete_at": null,
"action_id": 40,
"type": "BarcodeScan"
},
"event_type": 1,
"webhook_type": "inventory_scanned",
"merchant_id": 178
}