Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 2.62 KB

dangerousgoodsobject.md

File metadata and controls

21 lines (15 loc) · 2.62 KB

DangerousGoodsObject

Container for specifying the presence of dangerous materials. This is specific to USPS, and if any contents are provided, only certain USPS service levels will be eligible. For more information, see our guide on hazardous or dangerous materials shipping.

Example Usage

import { DangerousGoodsObject } from "shippo/models/components";

let value: DangerousGoodsObject = {};

Fields

Field Type Required Description
contains boolean Indicates if the shipment contains dangerous goods.
biologicalMaterial components.DangerousGoodsBiologicalMaterial Container for specifying the presence of biological material.
lithiumBatteries components.DangerousGoodsLithiumBatteries Container for specifying the presence of lithium batteries.