# Multipiece Shipment

APIs to rate and create shipments with multiple parcels under a single shipment, and to manage them through reprint and cancellation operations.

## Multipiece Shipment

 - [POST /api/v1/multipiece/shipments](https://docs.sendpro360.pitneycloud.com/openapi/shipping/multipiece-shipment/multipieceshipment.md): The operation creates Multipiece Shipments. Shipments with multiple parcels sent to the same destination can be grouped together in a multipiece shipment. 
 - UPS, FedEx, DHL Express, Suprmsys, Purolator, Apple Express and Tforce Mile are supported for Multipiece Shipments. 
 - Maximum Parcels Allowed per Carrier:
    - DHL: 75
    - FedEx: 40
    - UPS: 50
    - Purolator: 100
    - Apple Express: 75
    - Tforce Mile: 75
   
 - For UPS- multipiece shipment with Envelopes (having parcel Type as LTR) is not supported.
 - For FedEx Multipiece, all parcels must be of same packaging type while creating multipiece shipment
 - USPS does not support multi-piece parcels in a single shipment at this time.

## Multipiece Rates

 - [POST /api/v1/multipiece/rates](https://docs.sendpro360.pitneycloud.com/openapi/shipping/multipiece-shipment/multipiecerates.md): The operation is used for rateshop and to get specific rate based on serviceId for Multipiece.

## Reprint Multipiece Shipment

 - [GET /api/v1/multipiece/shipments/{shipmentId}/reprint](https://docs.sendpro360.pitneycloud.com/openapi/shipping/multipiece-shipment/multipieceshipmentreprint.md): The operation is used to reprint the multipiece label. It takes the shipmentId of the multipiece shipment done. All supported carriers (UPS, FedEx, DHL Express, Suprmsys, Purolator, and Apple Express) allow up to 8 reprint.

## Cancel Multipiece Shipment

 - [PUT /api/v1/multipiece/shipments/{shipmentId}/cancel](https://docs.sendpro360.pitneycloud.com/openapi/shipping/multipiece-shipment/multipieceshipmentcancel.md): The operation is used to cancel the multipiece label. It takes the shipmentId of the multipiece shipment done.

