How to create a multicollo return
The process for creating a multicollo return is the same as described in the Return portal documentation. The only difference is that you can state the number of collos to include in the return shipment.- Use the identifier of any of the parcels (tracking number or order number) included in the original shipment with the Retrieve an outgoing parcel endpoint. This will always return the main parcel in the shipment, so don’t worry if the identifiers don’t match.
- In the
parcelobject in the response, you can find the number of parcels which were included in the original shipment undercollo_count. You can choose to return, at most, a number of parcels equal to this number. - When sending your request to the Create a return endpoint, add the number of parcels you want to include in the shipment under the
collo_countfield, in theincoming_parcelobject.
Each parcel inside the multicollo return is treated as an individual shipment, and will receive its own tracking
number.
Example request method and URL
Example request body snippet