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.

Test Order Source

This endpoint allows you to test the order source's connection; in particular, this becomes useful for partners to confirm that the credentials are still valid and that the integration can communicate with the order source.

Example

GET /v-beta/connections/order_sources/:order_source_code/:order_source_id/test

1
2
3
GET /v-beta/connections/order_sources/__YOUR_ORDER_SOURCE_CODE_HERE__/__YOUR_ORDER_SOURCE_ID_HERE__/test HTTP/1.1
Host: api.shipengine.com
API-Key: __YOUR_API_KEY_HERE__

If the connection was successful, you should get a 204 No Content.