v1

latestOpenAPI 3.0.02026-07-1397337495.2 KB
package_types

Get Custom Package Type By ID

Get Custom Package Type by ID

get/v1/packages/{package_id}

Response

The request was a success.

package_idstring

A string that uniquely identifies a ShipEngine resource, such as a carrier, label, shipment, etc.

package_codestring required

A package type, such as thick_envelope, small_flat_rate_box, large_package, etc. Use the code package for custom or unknown package types.

namestring required
descriptionstring nullable

Provides a helpful description for the custom package.

Example response

{
  "package_id": "se-28529731",
  "package_code": "small_flat_rate_box",
  "name": "laptop_box",
  "description": "Packaging for laptops"
}