Shipping Box field in the API

Hi @jeremyw!
I apologize for the delayed response about this :pray: I completely missed this one!

Unfortunately, we won’t be able to add this field. Currently, the only way of doing that is going:

query {
  shipment(id: "99384613") {
    request_id
    complexity
    data {
      shipping_labels {
        box_id
      }
    }
  }
}

And that box_id is the one displayed on the URL on the Boxes page https://app.shiphero.com/dashboard/shipping-boxes and for the shipments report it should be displaying under Shipping Box.

I apologize once again for the delayed resolution of this and for the inconvenience.
Thanks again!
Tom