Overview
Pargo is a South African click-and-collect logistics network – drop-off + pick-up points at Pep, Clicks, Pick n Pay, Engen forecourts. The Automize Pargo connector covers pickup points, orders, tracking, returns.
- Regions: South Africa.
- Plans: Per-shipment commercial agreement.
Setting up the connection
Auth type: API Key.
- Pargo merchant onboarding → receive API key.
- In Automize → Settings → Connectors → Pargo. Paste key.
Find your credentials at https://pargo.co.za/.
Rate limits
Per-merchant. Generous.
Data model
Pickup-network primitives:
Merchant ─── Orders (assigned to pickup points)
── Returns (reverse logistics)
Pickup Points (Pep, Clicks, etc.)Available operations
8 operations available. Click any row to jump to its detail.
| Operation | Category | What it does |
|---|---|---|
| Cancel Order | General | Cancel an order |
| Create Order | General | Create a new order |
| Create Return | General | Create a return request |
| Get Order | General | Get order details by ID |
| Get Pickup Point | General | Get pickup point details |
| List Orders | General | List all orders |
| List Pickup Points | General | List nearby pickup points |
| Track Order | General | Track an order |
Operations
Cancel Order
Cancel an order
| Parameter | Required | Type | Description |
|---|---|---|---|
Order Id order_id | Yes | text |
Create Order
Create a new order
| Parameter | Required | Type | Description |
|---|---|---|---|
Pickup Point Id pickup_point_id | Yes | text | |
Customer customer | Yes | text | |
Parcels parcels | Yes | text | |
Reference reference | Yes | text |
Tips
- Customer + pickup point + items. Generates waybill + customer notification.
Create Return
Create a return request
| Parameter | Required | Type | Description |
|---|---|---|---|
Order Id order_id | Yes | text | |
Reason reason | Yes | text | |
Pickup Point Id pickup_point_id | Yes | text |
Tips
- Customer drops at pickup point, Pargo returns to merchant.
Get Order
Get order details by ID
| Parameter | Required | Type | Description |
|---|---|---|---|
Order Id order_id | Yes | text |
Get Pickup Point
Get pickup point details
| Parameter | Required | Type | Description |
|---|---|---|---|
Point Id point_id | Yes | text |
List Orders
List all orders
No input parameters.
List Pickup Points
List nearby pickup points
No input parameters.
Tips
- Filter by area, capacity. Returns 2,000+ points across SA.
Track Order
Track an order
| Parameter | Required | Type | Description |
|---|---|---|---|
Order Id order_id | Yes | text |
Tips
- Tracking events: collected from merchant → at pickup point → collected by customer.
FAQ
- Pickup point capacity?
- Each point has limited slots. Pargo allocates intelligently. Check availability via List Pickup Points.