Shiplemon API
  • Overview
  • Authentication
  • Errors
  • Testing (important)
  • Validation & Data
  • Endpoints
    • Rates
      • Get Rates
      • Get Rate
    • Shipments
      • Create Shipment
      • Create Shipment for Locker
      • Import Shipment
      • Update Shipment
      • Get shipments
      • Get shipment
      • Cancel Shipment
      • Tracking
      • Label Print Format
    • Incoming Orders
      • Create Incoming Order
      • Get incoming order
      • Set incoming order state
  • Support
    • Help Center
Powered by GitBook
On this page
  • 1. Starting the integration
  • 2. For every request you make you can see the result in the partners dashboard
  • 3. Going to production

Testing (important)

This section provides more details on how you should test the integration before going live

PreviousErrorsNextValidation & Data

Last updated 1 year ago

1. Starting the integration

When starting a new integration it is important to not start directly creating shipments and pickups in the LIVE environment. You should first test your integration in the staging environment of Shiplemon.com and then move to the production environment.

To start with, each request provided in this documentation should be made to the following url

https://api-sandbox.shiplemon.com

Before moving to a production environment ensure that you can see all the shipments in the Shiplemon partners dashboard (see below). After having everything in place you can change the url above by removing the "-sandbox"

2. For every request you make you can see the result in the partners dashboard

Every shipment that is created through the API is also available in our brand new partners dashboard.

In the dashboard you can also create shipments, cancel shipments etc.

An example image shows how your dashboard should look like after creating your first shipments.

In the first tests in order to see the dashboard your can open your browser and navigate to the following url. To login you can provide your API key.

https://app-sandbox.shiplemon.com

3. Going to production

Once the integration is ready and you have everything in place you can move to the live environments

https://app.shiplemon.com (Dashboard)
https://api.shiplemon.com (Production/Live API)