# Shipments

## v2-createShipment - Ship items of a Connect order

 - [POST /v2/orders/{order_id}/shipments](https://developer.mirakl.com/content/product/connect/rest/connect/openapi3/shipments/v2-createshipment.md): Description

Use this API to ship one or more items from the same order within the same package (using the same tracking information).


Call Frequency

Recommended usage: On each new shipment
Maximum usage: On each new shipment

## createShipment - Ship items of a Connect order (deprecated)

 - [POST /orders/{order_id}/shipments](https://developer.mirakl.com/content/product/connect/rest/connect/openapi3/shipments/createshipment.md): Description

Use this API to ship one or more items from the same order within the same package (using the same tracking information). We recommend integrating this API in synchronous mode, directly in your shipment creation process.


Call Frequency

Recommended usage: On each new shipment
Maximum usage: On each new shipment

