ShipBob is a global logistics platform that fulfills ecommerce orders for direct-to-consumer brands. We can use the ShipBob API to import data from ShipBob into Google Sheets. In this tutorial, we’ll show you how to connect the ShipBob REST API to Google Sheets in 5 steps:
Apipheny is an API connector for Google Sheets. You can use Apipheny to connect your Google Sheets to unlimited API data sources, make unlimited API requests, and more. There is a 30 day free trial included.
1.) Install Apipheny by opening the following link on desktop and then clicking the Install button in the Google Marketplace: https://apipheny.io/install
2.) After you’ve installed Apipheny, open a Google Sheet and then click on the Extensions dropdown in the menu at the top.
In the dropdown list you should see Apipheny. Click Apipheny then click Import API to open the Apipheny sidebar in your Google Sheet.
Tip: you can open a new Google Sheet by entering this URL in your browser: sheet.new
As per instructions on the ShipBob website, the next step is to fill out this form to get API access: https://docs.google.com/forms/d/e/1FAIpQLSdRyS39zBhQfdC-AV4Yf1Oi0BNDExCZPSw0QAvYm4eaURsZ8g/viewform?pli=1
Complete the form in the link above to request an access token, and then click the Next button:
Verify that your data is correct and then click the Submit button:
A confirmation message will be displayed on the screen:
After some time, you will receive an encrypted email from ShipBob. Click the View Encrypted Message button to download a file containing your credentials:
Complete the fields:
On the next screen, click the Download All button to get the file with your credentials:
Open the file with a text editor, like Notepad:
In this section, we’ll show you how to browse the ShipBob API documentation to find the endpoint that retrieves the information you need from your account. If you already know your API URL, or you want to use the same example URL as us, just skip to Step 4.
First, open the ShipBob API documentation page: https://developer.shipbob.com/api-docs
This page contains a list of categorized endpoints:
If we click the Products category, its description and the corresponding endpoints will be displayed on the screen:
An example endpoint is Get Multiple Products, which returns all products. The URL for this endpoint is:
https://api.shipbob.com/1.0/product
The endpoint’s documentation contains the authorization method, the query parameters, the HTTP method (GET) and URI and several response samples:
All endpoints can be accessed using the following base domain: https://api.shipbob.com/1.0/
All endpoints are appended to this base domain.
Now go back to your Google Sheet and make sure that the Apipheny add-on is open on the “Import” tab. With the Import tab open, enter these details into the add-on:
Method: At the top of the Apipheny sidebar, select the HTTP method (GET or POST) required by your API endpoint. For this example, we are using the GET method.
API URL: In Step 3, we explained how you can find the ShipBob REST API endpoint that you need. Now copy and paste your complete ShipBob API URL into the Apipheny add-on, where it says API URL Path, followed by any parameters required for your query (if applicable).
For this example, we are using the Get Orders endpoint, which retrieves all orders. This is what the whole URL looks like for this endpoint:
https://api.shipbob.com/1.0/order
Headers: In the Headers section of Apipheny, add one row with the following key and value:
Header Key: Authorization Value: Bearer your_auth_token
For the header value, enter the word Bearer, then a space, then replace your_auth_token with the value of the token you obtained previously, in Step 2.
Finally, the last step is to click the Run button at the bottom of the Apipheny add-on and then wait for the ShipBob API data to be imported into your Google Sheet. Here’s what our request looked like when completed:
That’s it! You’ve successfully connected your ShipBob account to Google Sheets using the ShipBob API, Google Sheets API, and the Apipheny add-on.
After making a successful request to the ShipBob API, try querying a different ShipBob API endpoint, or try using one of the more advanced features in the Apipheny add-on.
Make a GET request
Make a POST request
PUT, PATCH, & DELETE Requests
Save requests for later
Schedule requests for automatic updates
Reference cell values in requests
=APIPHENY custom function
Stack multiple URLs in a single request
Run all saved requests at once
Modify your request settings
Import & export saved API settings
Ahrefs API
Airtable API
Alpha Vantage API
Asana API
Binance API
Clickup API
Coingecko API
Coinmarketcap API
Coinbase API
Constant Contact API
Discord API
Drift API
Etsy API
Eventbrite API
Facebook Graph API
Facebook Ads API
Figma API
Github API
Google SERP API
Hubspot API
Hunter API
What is an API?
What is an API URL?
What are parameters?
What is an endpoint?
What is an API key/token?
What is basic authentication?
What are headers?
What is a GET request?
What is a POST request?