Get Warehouse Receiving Order Box Labels
curl --request GET \
--url https://api.shipbob.com/2026-01/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 11, 2026