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.

Enable an Account

You can enable an account at any time; such as when the account holder makes a payment that was overdue, etc. Accounts can be re-disabled, as well. Disabling an account is different from disabling an API Key, which is permanent and should only be used if the key becomes compromised.

Example

PUT /v1/partners/accounts/:account_id/enable

1
2
3
PUT /v1/partners/accounts/242822/enable HTTP/1.1
Host: api.shipengine.com
API-Key: __YOUR_API_KEY_HERE__

A successful response is empty, with a status of 204.