GET
/
packaging-requirement
curl --request GET \
  --url https://api.shipbob.com/2.0/packaging-requirement \
  --header 'Authorization: <api-key>'
[
  {
    "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

Provide your personal access token in the format 'Bearer {your_personal_access_token}'

Response

200 - application/json
Success
applicable_categories
object[] | null
applicable_packaging_material_types
object[] | null
description
string | null
id
integer
name
string | null