

Bob Go workspace dashboard
Smart shipping solution
Orders are automatically synchronised from your WooCommerce store, making it easy to generate electronic shipping labels with one click. Receive quotes and ship with multiple delivery partners, whilst managing everything – including billing – within a single interface.
Once products are shipped, customers will automatically be kept up to date with Bob Go customer tracking notification emails.
Delivery partners include The Courier Guy, Internet Express, SkyNet, RAM, Fastway, Pargo and Bob Box, Bob Group’s very own locker and counter pickup solution.
Streamline your order processes
Easily integrate Bob Go with your ecommerce stores, sync with your sales channels and automatically pull orders from your store. Use features like the address book and rule engine to customise your shipping processes to best suit your requirements. Bulk fulfillments, manifests and downloadable packing slips are also available for your convenience.
Other features include:
Manage the shipping rates you charge your customers at checkout
Rates at checkout is a Bob Go service that allows accounts to set up shipping rates that will be charged to their buyers at checkout. These rates are configured based on certain criteria and can be set up for different shipping methods with other specific requirements. As an additional option, you can allow customers to select a locker or counter which will be presented when a pickup location is available within their address radius.
Book your seat at our next webinar
Helpdesk
Contact us
This plugin connects to external third-party services to provide shipping rate calculations and order tracking functionality.
api.bobgo.co.za/v2/rates-at-checkoutapi.bobgo.co.za/v2/trackingapi.bobgo.co.za/v2/orders (POST/PATCH/GET)api.bobgo.co.za/v2/webhooks (GET/POST/DELETE)api.bobgo.co.za/v2/order-fulfillmentsThe JavaScript and CSS assets shipped in assets/build/ and block/build/ are compiled from the human-readable source files included in every release of this plugin:
block/src/index.js (and its imports) compiles to block/build/index.js — the Gutenberg tracking block.assets/src/bobgo-shipping.js, assets/src/checkout-suburb.js, and assets/src/custom-shipping-description.js compile to the matching files in assets/build/.assets/src/bobgo-shipping.scss compiles to assets/build/bobgo-shipping.css.The compiled JavaScript is built with @wordpress/scripts (webpack + Babel) and the CSS with Dart Sass. The exact tool versions are pinned in the bundled package.json and package-lock.json.
To regenerate the compiled assets from source:
npm installnpm run buildIndividual builds are available via npm run block:build (block), npm run assets:build (frontend JS), and npm run build:css (SCSS).