REQUEST_WITHDRAWN

The REQUEST_WITHDRAWN notification is sent to the webhook when the Buyer withdraws the request.

Sample code

{
   "event_id":"1f0f3ba6-6e81-45f9-99a4-9ccd366079ae",
   "created_at":"2025-08-13T11:04:21.390-04:00",
   "type":"request_withdrawn",
   "id":"d5ea1b6f-3977-4bd2-9f38-27fb7d3e5f8d",
   "title":"webhook 2",
   "closes_at":"2025-08-20T06:00:00-04:00",
   "preferred_delivery_date":null,
   "country":"US",
   "state":"Massachusetts",
   "city":"Boston",
   "zip":"90210-0001",
   "address1":"123 Main Street, Apt 4B",
   "address2":"",
   "urgency":1,
   "shipping_type":"",
   "carrier":"courier",
   "notes":"We are working only on Mon and Tue.",
   "items":[
      {
         "id":"34666521-5f80-435b-91c6-8680106e7765",
         "kind":"item",
         "title":"Apple Iphone 16 pro max",
         "manufacturer":"Apple inc",
         "manufacturer_pn":"APLIP16PM512G",
         "comments":"",
         "uom":"each",
         "is_awarded":true,
         "awarded_at":"2025-08-13T11:04:16.158980-04:00",
         "quantity":"1.00000000"
      }
   ]
}