Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 1.77 KB

File metadata and controls

46 lines (26 loc) · 1.77 KB

CreateBulkShipmentsAPIRequest

Properties

Name Type Description Notes
groupName String [optional]
size SizeEnum This indicates the label size of the Bulk Shipment, e.g., DocSize can be 8' X 11'.
type TypeEnum This indicates the type of the Batch Shipment, e.g., Shipping Label.
format FormatEnum This defines the type of the shipment which is printed, e.g., Shipping label gets printed in PDF form. [optional]
name String
carrierAccountId String Default `carrierAccountId` to be used for this batch. You can override this value by defining it at shipment level.
parcelType String Default `parcelType` specific to the carrier, e.g., FRPKG, LGENV, TUBE,PKG to be used for this batch. You can override this value by defining it at shipment level.
serviceId String Default abbreviated name `serviceId` of the carrier-specific service to be used for this batch. You can override this value by defining it at shipment level.
specialServices List<SpecialService> Default `specialServices` to be used for this batch. You can override this value by defining it at shipment level. [optional]
shipments List<ShipmentInternational>

Enum: SizeEnum

Name Value
DOC_8_X11 "DOC_8X11"

Enum: TypeEnum

Name Value
SHIPPING_LABEL "SHIPPING_LABEL"

Enum: FormatEnum

Name Value
PDF "PDF"