/shipping/orders

Update cargo

Updates cargo details and synchronizes the parent order's AWB list. | (CargoClientUpdate1) -> (PydanticObjectId)

patch/shipping/orders/cargo/update/v1/{cargo_id}

Path parameters

cargo_idstring required

Request body

cargo_type'spare_parts' | 'blood' | 'lab_specimen' | 'organ' | 'tissue' | 'manufacturing_equipment' | 'aircraft_parts' | 'medical_devices' | 'medical_supplies' | 'pharmaceuticals' | 'documents' | 'electronics' | 'clothing' | 'chemicals' | 'hazardous_materials' | 'perishable' | 'frozen' | 'live_animals' | 'rodents' | 'fish' | 'birds' | 'reptiles' | 'mammals' | 'insects' | 'crickets' | 'other' | 'unspecified'
quantityinteger nullable
weight_poundsnumber nullable
length_inchesnumber nullable
width_inchesnumber nullable
height_inchesnumber nullable
girth_inchesnumber nullable
turnableboolean nullable
stackableboolean nullable
descriptionstring nullable
awb_numberstring nullable

IATA Air Waybill number: 3-digit airline prefix + 8-digit serial, e.g. '020-12345678'.

quantity__set_to_Noneboolean
weight_pounds__set_to_Noneboolean
length_inches__set_to_Noneboolean
width_inches__set_to_Noneboolean
height_inches__set_to_Noneboolean
girth_inches__set_to_Noneboolean
turnable__set_to_Noneboolean
stackable__set_to_Noneboolean
description__set_to_Noneboolean
awb_number__set_to_Noneboolean

Response

Successful Response

string required

Changes

No recorded changes to this endpoint across all 1 revision of this API.