Custom Package Types
Using packages is a great way to streamline the shipping process.
Define a Package Type
Example Request
Example Response
List Your Package Types
GET /v1/packages
Example Request
Example Response
Delete a Package Type
DELETE /v1/packages/:package_id
Deleting a package will not disassociate it from any shipments. It will merely stop being available for use with future shipments, and it will stop showing up when listing packages.
Example Request
Example Response
If successful, responds with HTTP Status 204, No Content.