Connecting my store using the Pargo API

Connecting my store using the Pargo API

Pargo iFrame & API Integration Process

Pargo Click & Collect Warehouse to Point Process

There are 2 key steps to work through for successful API integration.

A 3rd optional step is also included below:


STEP 1: Enable Pickup Point Selection
STEP 2: Send Order Fulfilment Requests to Pargo via API
STEP 3 (OPTIONAL): Receive Live Status Updates via Webhook Events

Integration documentation for the iframe https://map.pargo.co.za/demo.html
Client URL to be used with the iFrame Pickup Point map Ask Pargo for your unique map token for the iFrame
Pickup Points can be pulled from the following API https://docs.pargo.co.za/#2d25554b-fd5e-4760-843e-ee61c0b8ab5a

To receive the closest 3 Pickup Points by Address https://api.staging.pargo.co.za/pickup_points?address=Woodlands house
17a woodlands road, woodstock, 7925, Cape
Town&country=ZA&limit=5&sort=distance+
To receive the closest 3 Pickup Points by Geolocation https://api.staging.pargo.co.za/pickup_points?lat=-33.930430&lng=18.44422
0&limit=5&sort=distance+

STEP 1: Enable Pickup Point Selection

It is possible to integrate our iFrame Pickup Point map, or to get a list of our Pickup Points via API, or to get the 3 closest Pickup Points using a door delivery address, or to get the 3 closest Pickup Points using geocoding.

*If it is not possible for the end-receiver to select their Pickup Point and you do not have a team to select on their behalf, ask

STEP 2: Send Order Fulfilment Requests to Pargo via API


You can send orders to Pargo via API using the Warehouse to Pickup Point order module.
Your orders will pull through to your myPargo portal (order management dashboard).
Pargo has a staging environment for you to to test in before going to production: https://api.staging.pargo.co.za
Ask Pargo for your username and set your own password to authenticate via your myPargo Portal.

API documentation https://docs.pargo.co.za/

The ‘warehouse to pickup point’ Order Module can be found here: https://docs.pargo.co.za/#bfcebfed-d0f2-4536-94d5-274d5858eabe


STEP 3: Receive Live Status Updates via Webhook Events


Pargo has an extensive array of parcel status event codes that we can push to you via webhooks. You will need to provide us with a url endpoint to push these too, and you will need to indicate which events you are interested in receiving.
The relevant list of status events is available here https://docs.google.com/spreadsheets/d/1PQrjWvemNowPCvzFSGHexLOFjz
e1Z0X7J6EpivsG4eY/edit#gid=746432668

* Typically Pargo provides access to the staging environment once commercial proposal has been signed

Pargo Warehouse to Door Process


There are 2 key steps to work through for successful API integration.

A 3rd optional step is also included below.

STEP 1: Front-end Address Capture
STEP 2: Send Order Fulfilment Requests to Pargo via API
STEP 3 (OPTIONAL): Receive Live Status Updates via Web hook Events

Pargo API documentation https://docs.pargo.co.za/#intro

STEP 1: Front-end Address Capture


The accuracy of the destination address impacts the probability of a successful delivery to your end-customer.
Use the Autocomplete API, linked to the Pargo Route guide to help your end-customer complete their address fields correctly, with validated address field suggestions.

You can make use of the quotation API if you’d like to get insights into the likely cost of a shipment upfront when placing an order.

Pargo has a staging environment for you to to test in before going to production: https://api.staging.pargo.co.za
Ask Pargo for your username and set your own password to authenticate via your myPargo Portal.

STEP 2: Send Order Fulfilment Requests to Pargo via API


You can send orders to Pargo via API using the Warehouse to Door order module. Your orders will pull through to your myPargo portal (order management dashboard).

It is possible to place multi-parcel orders with Pargo.

Creating a single ‘warehouse to door’ order https://docs.pargo.co.za/#4722d175-4cc3-42cc-9afb-a3c41d374de4
Creating a multi-parcel ‘warehouse to door’ order https://docs.pargo.co.za/#da26f4d6-20dc-4839-93c2-309567ef9065

STEP 3: Receive Live Status Updates via Web hook Events


Pargo has an extensive array of parcel status event codes that we can push to you via web hooks. You will need to provide us with a url endpoint to push these too, and you will need to indicate which events you are interested in receiving.


The relevant list of status events is available here https://docs.google.com/spreadsheets/d/1PQrjWvemNowPCvzFSGHexLOFjze1Z0X7J6EpivsG4eY/edit#gid=746432668

* Typically Pargo provides access to the staging environment once commercial proposal has been signed