> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.bentoweb.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# ตัวอย่างข้อมูล Callback bulk save shipping

เมื่อลงทะเบียน Webhook **save_shipping** - **bulk**

หลังจากการ Request แจ้งจัดส่งทีละหลายออเดอร์จาก Endpoint [/order/save-shipping-bulk](https://app.swaggerhub.com/apis/SemanticTouch/BentoWebOrderAPI/1.0.0-oas3#/Order/post_order_save_shipping_bulk)

จะมีข้อมูลส่งไป URL ที่ลงทะเบียน ตัวอย่างข้อมูลมีดังนี้

```json
{
  "status": 1,
  "data": {
    "message": "Edited",
    "update_shipping_info": false,
    "order_list": [
      "432646"
    ]
  }
}
```

status - 1 คือแจ้งจัดส่งสำเร็จ, 0 ไม่สำเร็จ
update_shipping_info - true มีการอัพเดทข้อมูลจัดส่ง, false ไม่มีการอัพเดท
order_list - รายชื่อเลขออเดอร์ที่เกี่ยวข้อง