Hello fellow Shiphero users, I am trying to figure out how I can capture SSCC numbers generated through Shiphero for the dispatch of a B2B/Retailer/EDI order.
Does anyone has any sample payload that goes through the registered webhook and has these related tags,
{
"type": "Pallet",
"details": {
"weight_in_oz": 1600.0,
"sscc_barcode": "PALLET001",
"custom_box_id": "QXZhaWxhYmxlQm94OjEyMzQ1Ng==",
"container_number": 1
},
"line_items": [ ],
"containers": [ ]
}
Also, I should have asked this first but; is it available on Shiphero API webhook service? Thanks for your help Team.