GET
/
packaging-requirement
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"
  }
]

Authorizations

Authorization
string
header
required

Authentication using Personal Access Token (PAT) token

Response

200 - application/json

Success

The response is of type object[].