Get a Custom Package
Example
GET /v1/packages/:package_id
123
GET /v1/packages/se-100896 HTTP/1.1Host: api.shipengine.comAPI-Key: __YOUR_API_KEY_HERE__
123456789101112
{"package_id": "se-100896","package_code": "custom_laptop_box","name": "laptop_box","dimensions": {"units": "inch","length": 15.00,"width": 20.00,"height": 5.00},"description": "Packaging for laptops."}