Hi,
We are using the Generate Label Webhook to generate labels.
The payload sent contains some information about the packages (width, length…) but no data useful to idenfity the shipping box itself. A box_code
field is present but it only give “custom”, we can’t do anything with that.
"packages": [
{
"weight_in_oz": 3.58,
"width": 5.91,
"length": 5.91,
"height": 3.94,
"line_items": [
{
"sku": "SKU-PRODUCT",
"tariff_code": "00.00.00.000",
"price": 100,
"customs_description": "CUSTOMS_DESC",
"customs_value": "100.00",
"line_item_id": 1238903,
"quantity": 1,
"weight": 0.05,
"partner_line_item_id": "608024756f9b1c0009f89f81",
"id": "608024756f7b1c0009f89f81",
"country_of_manufacture": "",
"product_name": "product",
"name": "A name",
"ignore_on_customs": false
}
],
"box_code": "custom"
}
]
A box_id
field or barcode
would be sufficient.
Is there something that Shiphero can do for us regarding this ?
Thanks in advance