Skip to main content
The Shippit connector lets your workflows get shipping quotes, create and manage orders, track shipments, generate labels, and book carriers through Shippit’s REST API.
For the full API reference, see the Shippit API documentation.

Connection setup

1

Get your API secret

Log in to Shippit and go to Settings > Integrations. Create or copy your API secret.
2

Add the connection in Spojit

Go to Connections in Spojit, click Add Connection, select Shippit, and enter:
  • API Secret: Your Shippit API secret
  • Environment (optional): Choose production (default) or staging for testing

Tools

Quotes

object
required
Quote request with dropoff_postcode, dropoff_state, dropoff_suburb, and parcel_attributes.
Example request:
Example response:

Orders

object
required
Order object with courier_type, delivery_address, parcels, user_attributes, and items.
Example request:
Example response:
string
required
Shippit tracking number (usually starts with PP).
Example request:
Example response:
string
required
Shippit tracking number.
object
required
Fields to update on the order.
Example request:
Example response:
string
required
Shippit tracking number.
Example request:
Example response:

Tracking & Labels

string
required
Shippit tracking number.
Example request:
Example response:
string
required
Shippit tracking number.
Example request:
Example response:
string
required
Shippit tracking number.
Example request:
Example response:

Merchant

No parameters required.Example response:

Advanced

Send a request to any Shippit API endpoint.
string
required
HTTP method: GET, POST, PUT, or DELETE.
string
required
API path (e.g., /orders or /returns).
object
Request body (for POST/PUT).
Example request:
Example response: