Get Warehouse Receiving Order Box Labels
curl --request GET \
--url https://api.shipbob.com/2.0/receiving/{id}/labels \
--header 'Authorization: Bearer <token>'
Authentication using Personal Access Token (PAT) token
Id of the receiving order
The response is of type string<byte>.
Last modified on February 2, 2026