Update 'Specification'

Skylar Ittner 2023-11-25 23:54:30 -07:00
parent 94c7546e2d
commit d4cb7aa4ba

@ -65,3 +65,41 @@ Position | Meaning
33 | Special rate eligibility: `M` for Media Mail, `L` for Library Mail, empty if not claiming eligibility 33 | Special rate eligibility: `M` for Media Mail, `L` for Library Mail, empty if not claiming eligibility
34 | Insurance amount, USD 34 | Insurance amount, USD
35 | Signature services. 1: Signature required, 2: Adult signature required, 3: Restricted delivery signature, 4: Adult restricted signature, 5: Indirect signature. 35 | Signature services. 1: Signature required, 2: Adult signature required, 3: Restricted delivery signature, 4: Adult restricted signature, 5: Indirect signature.
## Appendix
### Item Types
The following values are allowed for field 24 in a `full` type code:
* (empty) when a custom size and weight item is being shipped
* Card
* Letter
* Flat
* Parcel
* SoftPack (requires length and width set)
* FlatRateEnvelope
* FlatRateLegalEnvelope
* FlatRatePaddedEnvelope
* SmallFlatRateBox
* MediumFlatRateBox
* LargeFlatRateBox
* LargeFlatRateBoxAPOFPO
* UPSLetter
* UPSExpressBox
* UPS25kgBox
* Tube (Note: UPS only)
* Pak (Note: UPS only)
* SmallExpressBox
* MediumExpressBox
* LargeExpressBox
* FedExEnvelope
* FedExBox
* FedExPak
* FedExTube
* FedEx10kgBox
* FedEx25kgBox
* FedExSmallBox
* FedExMediumBox
* FedExLargeBox
* FedExExtraLargeBox