Site Logo

🎉 ShipEngine is becoming ShipStation API 🎉

Over the next few months you'll notice the ShipEngine website, documentation portal, and dashboard being rebranded as ShipStation API. For our ShipEngine customers, you don't need to take any action or change any of your integrations in any way. All endpoints will remain the same and continue to function as they always have.

To learn more about what's coming, review our New ShipStation API page.

Archive Batch

You can archive your open batches. This is useful for organizing and filtering various batch statuses via a request with a status query, like GET /v1/batches?status=open.

Example Request

DELETE /v1/batches/:batch_id

1
2
3
DELETE /v1/batches/se-1013826 HTTP/1.1
Host: api.shipengine.com
API-Key: __YOUR_API_KEY_HERE__

When a batch has successfully been archived, you will receive a response with the HTTP Status 204, No Content status.