Recommended merchant code examples

You can use the recommended merchant service to find a suitable store to fulfil an order based on an Australian address.

Get merchant details

Bash:

curl -X GET 'https://shippit.com/api/3/company/recommend_merchant?delivery_suburb=Abbotsford&delivery_postcode=3067&delivery_state=VIC&delivery_address=497%20Victoria%20St' \
  -H 'Content-Type: application/json' \
  -H 'Authorization: Bearer xxxxxxxx'