# Multiple shipments ## ST01 - Create shipments - [POST /api/shipments](https://developer.mirakl.com/content/product/mmp/rest/seller/openapi3/multiple-shipments/st01.md): Limited to 1000 shipments at a timeCall FrequencyRecommended usage: On each new shipmentMaximum usage: On each new shipment ## ST07 - Update shipment shipping origin - [PUT /api/shipments](https://developer.mirakl.com/content/product/mmp/rest/seller/openapi3/multiple-shipments/st07.md): Limited to 100 shipments at a timeCall FrequencyRecommended usage: At each update of shipments for one or multiple shipment ## ST11 - List shipments - [GET /api/shipments](https://developer.mirakl.com/content/product/mmp/rest/seller/openapi3/multiple-shipments/st11.md): Call FrequencyRecommended usage: at each shipment page displayMaximum usage: at each shipment page displayPaginationThis resource supports seek pagination (see documentation)Sort fieldssort field can have the following values:dateCreated (Default) - Sort by creation date (asc by default) ## ST06 - Delete shipments - [PUT /api/shipments/delete](https://developer.mirakl.com/content/product/mmp/rest/seller/openapi3/multiple-shipments/st06.md): Limited to 1000 shipments at a timeCall FrequencyRecommended usage: On each shipment deletionMaximum usage: On each shipment deletion ## ST12 - List items to ship - [GET /api/shipments/items_to_ship](https://developer.mirakl.com/content/product/mmp/rest/seller/openapi3/multiple-shipments/st12.md): Call FrequencyRecommended usage: Every 15 minutesMaximum usage: Every 5 minutesPaginationThis resource supports seek pagination (see documentation)Sort fieldssort field can have the following values:shippingDate (Default) - Sort by shipping date (asc by default) ## ST23 - Update carrier tracking information for shipments - [POST /api/shipments/tracking](https://developer.mirakl.com/content/product/mmp/rest/seller/openapi3/multiple-shipments/st23.md): If the carrier is not registered, the complete tracking url can be provided. Limited to 1000 shipments at a time.Call FrequencyRecommended usage: On each shipment tracking info updateMaximum usage: On each shipment tracking info update ## ST24 - Validate shipments as shipped - [PUT /api/shipments/ship](https://developer.mirakl.com/content/product/mmp/rest/seller/openapi3/multiple-shipments/st24.md): Limited to 1000 shipments at a timeCall FrequencyRecommended usage: On each shipment shippingMaximum usage: On each shipment shipping ## ST26 - Validate shipments as ready to pick up - [PUT /api/shipments/ready_for_pick_up](https://developer.mirakl.com/content/product/mmp/rest/seller/openapi3/multiple-shipments/st26.md): Limited to 1000 shipments at a timeCall FrequencyRecommended usage: On each shipment ready to pick upMaximum usage: On each shipment ready to pick up ## ST31 - Update shipment additional information - [PUT /api/shipments/additional_information](https://developer.mirakl.com/content/product/mmp/rest/seller/openapi3/multiple-shipments/st31.md): Limited to 100 shipments at a timeCall FrequencyRecommended usage: At each update of shipments for one or multiple shipments