Articles on: Shopify

Airtable API connection method

To connect with your Airtable API, you need to provide the authorization and two pieces of information while the instructions for obtaining them.



  1. Clicking the authorize button redirects you to the Airtable sign-in page.

  1. After signing in, you will be redirected to the Feed Manager Settings page.


  1. To get the Base ID and Table ID, follow these steps:

Look at the URL in the address bar. It will look similar to this example:


https://airtable.com/appvel324GV/tbl0ZFWbemTP1/viw3qtF76QC4wKx?blocks=hide


  1. Identify the required IDs from the URL:


  • Base ID: The part of the URL that starts with app, e.g., appvel32GV.
  • Table ID: The part of the URL that starts with tbl, e.g., tbl0ZFWbemTP1.


  1. If you navigate to another table or view within the same base, the URL will automatically update. Use the updated URL to identify the IDs for the current table or view.


  1. Copy the Base ID and Table ID from the URL. Paste them into the respective fields in the Feed Manager page.


  1. Next proceed to the Matching Column section to map your Airtable fields correctly.


Updated on: 11/08/2025

Was this article helpful?

Share your feedback

Cancel

Thank you!