Interface MerchantFulfillmentApiModelDangerousGoodsDetails

Details related to any dangerous goods or items that are shipped.

DangerousGoodsDetails

interface MerchantFulfillmentApiModelDangerousGoodsDetails {
    PackingGroup?:
        | MerchantFulfillmentApiModelDangerousGoodsDetailsPackingGroupEnum
        | "I"
        | "II"
        | "III";
    PackingInstruction?: | MerchantFulfillmentApiModelDangerousGoodsDetailsPackingInstructionEnum
    | "PI965_SECTION_IA"
    | "PI965_SECTION_IB"
    | "PI965_SECTION_II"
    | "PI966_SECTION_I"
    | "PI966_SECTION_II"
    | "PI967_SECTION_I"
    | "PI967_SECTION_II"
    | "PI968_SECTION_IA"
    | "PI968_SECTION_IB"
    | "PI969_SECTION_I"
    | "PI969_SECTION_II"
    | "PI970_SECTION_I"
    | "PI970_SECTION_II";
    TransportationRegulatoryClass?: string;
    UnitedNationsRegulatoryId?: string;
}

Properties

PackingGroup?:
    | MerchantFulfillmentApiModelDangerousGoodsDetailsPackingGroupEnum
    | "I"
    | "II"
    | "III"

The specific packaging group of the item being shipped.

DangerousGoodsDetails

PackingInstruction?:
    | MerchantFulfillmentApiModelDangerousGoodsDetailsPackingInstructionEnum
    | "PI965_SECTION_IA"
    | "PI965_SECTION_IB"
    | "PI965_SECTION_II"
    | "PI966_SECTION_I"
    | "PI966_SECTION_II"
    | "PI967_SECTION_I"
    | "PI967_SECTION_II"
    | "PI968_SECTION_IA"
    | "PI968_SECTION_IB"
    | "PI969_SECTION_I"
    | "PI969_SECTION_II"
    | "PI970_SECTION_I"
    | "PI970_SECTION_II"

The specific packing instruction of the item being shipped.

DangerousGoodsDetails

TransportationRegulatoryClass?: string

The specific regulatory class of the shipped item.

DangerousGoodsDetails

UnitedNationsRegulatoryId?: string

The specific UNID of the item being shipped.

DangerousGoodsDetails

MMNEPVFCICPMFPCPTTAAATR