# Order Management ## Create Orders - [POST /api/orders/create](https://docs.shipsaving.com/1.0-api/openapi/order-management/createorders.md): Creates a new order in the ShipSaving system. Typically used to pre-create orders before generating shipping labels. Rate limit: 300 requests per minute. ## Check Order Labels - [GET /api/shipments/get](https://docs.shipsaving.com/1.0-api/openapi/order-management/checkorderlabels.md): Retrieves the shipment label details for a specified store and order number. Applicable only to orders with a purchased shipping label. Rate limit: 120 requests per minute. ## Delete an order - [DELETE /api/orders/delete](https://docs.shipsaving.com/1.0-api/openapi/order-management/deleteorder.md): Deletes an existing order from the ShipSaving system by specifying both the store name and order number. This action is irreversible and will permanently remove the order and its associated data. Rate limit: 300 requests per minute.