Multicollo

You can create multiple parcels at one time, and announce all of them together in one shipment. This is referred to as multicollo.

What is multicollo?

In certain situations, you may wish to combine multiple parcels into one shipment so that they stay together during the delivery journey. Provided that all the parcels are shipping to the same sender address, have the same weight, and that you choose a carrier and method which supports multicollo, you can use this endpoint to announce all of the parcels at the same time.

Some restrictions apply to multicollo shipments. See our Help Center for more information.

Supporting carriers

Not every carrier supports multicollo. You can find a list of supporting carriers on our Help Center.

You can retrieve a list of shipping methods which support multicollo by making a GET request to the Shipping products endpoint, and include the paramater multicollo: true.

Note: Multicollo is not supported for shipping international parcels where customs documentation is required.

How to create multicollo shipments

To create a multicollo, include the number of parcels you wish to ship in the quantity field under the parcel object, and make a POST request to the Create multiple parcels endpoint. The maximum number of parcels you can create under quantity is 20.

  • If the value of request_label is true, then the parcels will be announced together, and the response will include the URL to download each individual shipping label.
  • If the value of request_label is false, the parcel object will be created with a quantity matching the value you specified in your request. The parcel will appear in the Incoming order overview of the Sendcloud panel with the status “Ready to process”. When the parcel is processed, the correct number of shipping labels will be created.

Example request

POST https://panel.sendcloud.sc/api/v2/parcels

 1curl --location -g --request POST 'https://panel.sendcloud.sc/api/v2/parcels' \
 2--header 'Authorization: Basic <credentials>' \
 3--data-raw '
 4{
 5   "parcels": [
 6   	{
 7   		"name": "John Doe",
 8   		"company_name": "Sendcloud",
 9   		"address": "Insulindelaan",
10   		"house_number": "115",
11   		"city": "Eindhoven",
12   		"postal_code": "5642CV",
13   		"telephone": "+31612345678",
14   		"email": "john@doe.com",
15   		"data": [],
16   		"country": "NL",
17   		"shipment": {
18   			"id": 4203
19   		},
20   		"weight": "10.000",
21   		"order_number": "1",
22   		"insured_value": 0,
23   		"total_order_value": "11.11",
24   		"total_order_value_currency": "EUR",
25   		"quantity": 3,
26   		"request_label": true
27   	}
28   ]
29}'

Example response

  1{
  2	"parcels": [
  3		{
  4			"id": 1,
  5			"address": "Insulindelaan 115",
  6			"address_2": "",
  7			"address_divided": {
  8				"street": "Insulindelaan",
  9				"house_number": "115"
 10			},
 11			"city": "Eindhoven",
 12			"company_name": "Sendcloud",
 13			"country": {
 14				"iso_2": "NL",
 15				"iso_3": "NLD",
 16				"name": "Netherlands"
 17			},
 18			"data": {},
 19			"date_created": "22-06-2022 12:27:59",
 20			"date_announced": "22-06-2022 12:28:00",
 21			"date_updated": "22-06-2022 12:28:00",
 22			"email": "john@doe.com",
 23			"name": "John Doe",
 24			"postal_code": "5642 CV",
 25			"reference": "0",
 26			"shipment": {
 27				"id": 4203,
 28				"name": "DPD Classic 0-31.5kg + Agecheck 18"
 29			},
 30			"status": {
 31				"id": 1000,
 32				"message": "Ready to send"
 33			},
 34			"to_service_point": null,
 35			"telephone": "+31612345678",
 36			"tracking_number": "05222728167396",
 37			"weight": "10.000",
 38			"label": {
 39				"normal_printer": [
 40					"https://panel.sendcloud.sc/api/v2/labels/normal_printer/1?start_from=0",
 41					"https://panel.sendcloud.sc/api/v2/labels/normal_printer/1?start_from=1",
 42					"https://panel.sendcloud.sc/api/v2/labels/normal_printer/1?start_from=2",
 43					"https://panel.sendcloud.sc/api/v2/labels/normal_printer/1?start_from=3"
 44				],
 45				"label_printer": "https://panel.sendcloud.sc/api/v2/labels/label_printer/1"
 46			},
 47			"customs_declaration": {},
 48			"order_number": "1",
 49			"insured_value": 0,
 50			"total_insured_value": 520,
 51			"to_state": null,
 52			"customs_invoice_nr": "",
 53			"customs_shipment_type": null,
 54			"parcel_items": [],
 55			"documents": [
 56				{
 57					"type": "label",
 58					"size": "a6",
 59					"link": "https://panel.sendcloud.sc/api/v2/parcels/1/documents/label"
 60				}
 61			],
 62			"type": "parcel",
 63			"shipment_uuid": null,
 64			"shipping_method": 4203,
 65			"external_order_id": "1",
 66			"external_shipment_id": "",
 67			"external_reference": null,
 68			"is_return": false,
 69			"note": "",
 70			"to_post_number": "",
 71			"total_order_value": "11.11",
 72			"total_order_value_currency": "EUR",
 73			"colli_uuid": "d566c214-30a5-4646-8c02-dc93a12f34bd",
 74			"collo_nr": 0,
 75			"collo_count": 3,
 76			"awb_tracking_number": null,
 77			"box_number": null,
 78			"length": null,
 79			"width": null,
 80			"height": null,
 81			"shipping_method_checkout_name": null,
 82			"carrier": {
 83				"code": "dpd"
 84			},
 85			"tracking_url": "https://sendcloudfr.shipping-portal.com/tracking/?country=nl&tracking_number=05222728167396&postal_code=5642+cv"
 86		},
 87		{
 88			"id": 1,
 89			"address": "Insulindelaan 115",
 90			"address_2": "",
 91			"address_divided": {
 92				"street": "Insulindelaan",
 93				"house_number": "115"
 94			},
 95			"city": "Eindhoven",
 96			"company_name": "Sendcloud",
 97			"country": {
 98				"iso_2": "NL",
 99				"iso_3": "NLD",
100				"name": "Netherlands"
101			},
102			"data": {},
103			"date_created": "22-06-2022 12:27:59",
104			"date_announced": "22-06-2022 12:28:00",
105			"date_updated": "22-06-2022 12:28:00",
106			"email": "john@doe.com",
107			"name": "John Doe",
108			"postal_code": "5642 CV",
109			"reference": "0",
110			"shipment": {
111				"id": 4203,
112				"name": "DPD Classic 0-31.5kg + Agecheck 18"
113			},
114			"status": {
115				"id": 1000,
116				"message": "Ready to send"
117			},
118			"to_service_point": null,
119			"telephone": "+31612345678",
120			"tracking_number": "05222728167397",
121			"weight": "10.000",
122			"label": {
123				"normal_printer": [
124					"https://panel.sendcloud.sc/api/v2/labels/normal_printer/1?start_from=0",
125					"https://panel.sendcloud.sc/api/v2/labels/normal_printer/1?start_from=1",
126					"https://panel.sendcloud.sc/api/v2/labels/normal_printer/1?start_from=2",
127					"https://panel.sendcloud.sc/api/v2/labels/normal_printer/1?start_from=3"
128				],
129				"label_printer": "https://panel.sendcloud.sc/api/v2/labels/label_printer/1"
130			},
131			"customs_declaration": {},
132			"order_number": "1",
133			"insured_value": 0,
134			"total_insured_value": 520,
135			"to_state": null,
136			"customs_invoice_nr": "",
137			"customs_shipment_type": null,
138			"parcel_items": [],
139			"documents": [
140				{
141					"type": "label",
142					"size": "a6",
143					"link": "https://panel.sendcloud.sc/api/v2/parcels/1/documents/label"
144				}
145			],
146			"type": "parcel",
147			"shipment_uuid": null,
148			"shipping_method": 4203,
149			"external_order_id": "1",
150			"external_shipment_id": "",
151			"external_reference": null,
152			"is_return": false,
153			"note": "",
154			"to_post_number": "",
155			"total_order_value": "11.11",
156			"total_order_value_currency": "EUR",
157			"colli_uuid": "d566c214-30a5-4646-8c02-dc93a12f34bd",
158			"collo_nr": 1,
159			"collo_count": 3,
160			"awb_tracking_number": null,
161			"box_number": null,
162			"length": null,
163			"width": null,
164			"height": null,
165			"shipping_method_checkout_name": null,
166			"carrier": {
167				"code": "dpd"
168			},
169			"tracking_url": "https://sendcloudfr.shipping-portal.com/tracking/?country=nl&tracking_number=05222728167397&postal_code=5642+cv"
170		},
171		{
172			"id": 1,
173			"address": "Insulindelaan 115",
174			"address_2": "",
175			"address_divided": {
176				"street": "Insulindelaan",
177				"house_number": "115"
178			},
179			"city": "Eindhoven",
180			"company_name": "Sendcloud",
181			"country": {
182				"iso_2": "NL",
183				"iso_3": "NLD",
184				"name": "Netherlands"
185			},
186			"data": {},
187			"date_created": "22-06-2022 12:27:59",
188			"date_announced": "22-06-2022 12:28:00",
189			"date_updated": "22-06-2022 12:28:01",
190			"email": "john@doe.com",
191			"name": "John Doe",
192			"postal_code": "5642 CV",
193			"reference": "0",
194			"shipment": {
195				"id": 4203,
196				"name": "DPD Classic 0-31.5kg + Agecheck 18"
197			},
198			"status": {
199				"id": 1000,
200				"message": "Ready to send"
201			},
202			"to_service_point": null,
203			"telephone": "+31612345678",
204			"tracking_number": "05222728167398",
205			"weight": "10.000",
206			"label": {
207				"normal_printer": [
208					"https://panel.sendcloud.sc/api/v2/labels/normal_printer/1?start_from=0",
209					"https://panel.sendcloud.sc/api/v2/labels/normal_printer/1?start_from=1",
210					"https://panel.sendcloud.sc/api/v2/labels/normal_printer/1?start_from=2",
211					"https://panel.sendcloud.sc/api/v2/labels/normal_printer/1?start_from=3"
212				],
213				"label_printer": "https://panel.sendcloud.sc/api/v2/labels/label_printer/1"
214			},
215			"customs_declaration": {},
216			"order_number": "1",
217			"insured_value": 0,
218			"total_insured_value": 520,
219			"to_state": null,
220			"customs_invoice_nr": "",
221			"customs_shipment_type": null,
222			"parcel_items": [],
223			"documents": [
224				{
225					"type": "label",
226					"size": "a6",
227					"link": "https://panel.sendcloud.sc/api/v2/parcels/1/documents/label"
228				}
229			],
230			"type": "parcel",
231			"shipment_uuid": null,
232			"shipping_method": 4203,
233			"external_order_id": "1",
234			"external_shipment_id": "",
235			"external_reference": null,
236			"is_return": false,
237			"note": "",
238			"to_post_number": "",
239			"total_order_value": "11.11",
240			"total_order_value_currency": "EUR",
241			"colli_uuid": "d566c214-30a5-4646-8c02-dc93a12f34bd",
242			"collo_nr": 2,
243			"collo_count": 3,
244			"awb_tracking_number": null,
245			"box_number": null,
246			"length": null,
247			"width": null,
248			"height": null,
249			"shipping_method_checkout_name": null,
250			"carrier": {
251				"code": "dpd"
252			},
253			"tracking_url": "https://sendcloudfr.shipping-portal.com/tracking/?country=nl&tracking_number=05222728167398&postal_code=5642+cv"
254		}
255	]
256}

Multicollo labels

The shipping label will reflect the total number of parcels in the consignment, and the position of each individual parcel, e.g. Packages 1/3, 2/3, 3/3, etc. Each parcel will have a unique tracking number, but the customer will only receive one tracking email for all of the parcels in the consignment.

Labels can be printed directly from the Sendcloud panel, or you can request them via the Bulk label print endpoint by including the id of each individual parcel contained in the collo in your request.


Go to top