Skip to main content
GET
/
2026-01
/
packaging-requirement
Get Packaging Requirement
curl --request GET \
  --url https://sandbox-api.shipbob.com/2026-01/packaging-requirement \
  --header 'Authorization: Bearer <token>'
[
  {
    "applicable_categories": [
      {
        "id": 0,
        "sub_category_ids": [
          0
        ]
      }
    ],
    "applicable_packaging_material_types": [
      {
        "id": 0,
        "name": "string"
      }
    ],
    "applicable_taxonomy": [
      "string"
    ],
    "description": "string",
    "id": 0,
    "name": "string"
  }
]

Authorizations

Authorization
string
header
required

Authentication using Personal Access Token (PAT) token

Response

200 - application/json

Success

applicable_categories
object[] | null

List of product categories where this packaging requirement is applicable

applicable_packaging_material_types
object[] | null

List of packaging material types that are compatible with this requirement

applicable_taxonomy
string[] | null

List of taxonomy paths where this packaging requirement can be applied

description
string | null

Detailed explanation of the packaging requirement and when it should be used

id
integer<int32>

Unique identifier for the packaging requirement

name
string | null

Display name of the packaging requirement (e.g., 'Poly Bag', 'Bubble Wrap')