Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.13 KB

File metadata and controls

38 lines (22 loc) · 1.13 KB

SendingOptions

Sending Options will include carrier and its account details, sender details, and parcel details.

Properties

Name Type Description Notes
carrier CarrierEnum Name of the carrier. E.g., FedEx. [optional]
service String Name of the carrier-based service. E.g., 2DA. [optional]
carrierAccounts SendingOptionsCarrierAccounts [optional]
labelSize LabelSizeEnum Size of the label, e.g., DOC_4X6. [optional]
labelType String Type of the Label, e.g., Shipping_Label. [optional]
labelFormat String Format of the Label, e.g., PDF. [optional]
fromAddress FromAddressV2 [optional]
parcel ParcelV2 [optional]

Enum: CarrierEnum

Name Value
FED_EX "FedEx"
USPS "USPS"

Enum: LabelSizeEnum

Name Value
DOC_4_X6 "DOC_4X6"