Hi,
We are using this webhook for some time now.
We would like to ask if you could add the email of the order to pass also as we will also email them about their Tracking number and other shipping details.
{
"test":"0",
"fulfillment":{
"shipment_id":92400851,
"partner_order_id":"PC358",
"order_number":"PC358",
"tracking_number":"9400111899563063914571",
"line_items":[
{
"id":"PC358-287523291",
"shiphero_id":12345567,
"quantity":1,
"sku":"XXX-XXXX-XXXX",
"serial_numbers":[
],
"package":"Package #1",
"lot_id":null,
"lot_name":null,
"lot_expiration":null
}
],
"custom_tracking_url":"https://tools.usps.com/go/TrackConfirmAction_input?strOrigTrackNum=9400111899563063914571",
"shipping_method":"First",
"shipping_carrier":"endicia",
"shipping_address":{
"name":"Doris Sykora",
"address1":"test",
"address2":"",
"address_city":"test",
"address_zip":"test",
"address_state":"TE",
"address_country":"TE"
},
"warehouse":"Primary",
"warehouse_id":1234,
"package":{
"length":1.0,
"width":1.0,
"height":1.0,
"weight":2.4
},
"created_at":"2020-08-04 16:51:33"
},
"label_cost":"2.84"
}
This is a sample order that we got way back august, and it has no Email from the customer.
We would like to add it on the Shipping Details Section.
HOpe you can help us.
Thank you