API Reference
cURL
curl --request GET \ --url https://api.shipbob.com/2.0/packaging-requirement \ --header 'Authorization: Bearer <token>'
[ { "applicable_categories": [ { "id": 0, "sub_category_ids": [ 0 ] } ], "applicable_packaging_material_types": [ { "id": 0, "name": "string" } ], "description": "string", "id": 0, "name": "string" } ]
Authentication using Personal Access Token (PAT) token
Success
The response is of type object[].
object[]
Was this page helpful?