ShipRush

Custom SS Style Store - Introduction

What is the Custom SS Store?

The Custom SS Store enables you to integrate your system (web application, custom app, desktop, or other system) into Descartes ShipRush Web. Your system pushes Orders into Descartes ShipRush Web, allowing Descartes ShipRush Web to send Tracking Numbers out to your system.

How it Works

To integrate Descartes ShipRush, build one (or two) endpoints on your system:

  • GET: (required): This allows Descartes ShipRush to pull in Orders from your system. This can be Order information, Ship To address, Order line items, etc.

  • POST: (optional): This lets Descartes ShipRush push tracking numbers and other Shipment details back to your system.

Security

Descartes ShipRush uses Basic HTTP Authentication when connecting to your GET and POST endpoints. Your system must check these credentials. SSL is required for this communication.

Back to Top