Question

Searching Shopify Products by SKU and not by Title to Update Quantity

  • 31 March 2021
  • 6 replies
  • 1168 views

Hello Zapier Community.

I am creating a Zap that updates Shopify inventory quantity from a Google Sheet. When building the Zap I noticed that it makes me create an extra step to search for products, but the only variant to search is product title. I can not use product title because my ERP system does not have my Shopify product titles stored.

 

I need help with: 

I would like to run the search using my product or variant SKU. Is this possible?

 

Thanks!

 


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

6 replies

Userlevel 7
Badge +14

Hi @Victaka 

You may have to explore another approach of leveraging the Shopify API: https://shopify.dev/docs/admin-api/rest/reference

This can be leveraged via a Code or Webhooks step.

Code: https://zapier.com/apps/code/help

Webhooks: https://zapier.com/apps/webhook/integrations#triggers-and-actions

Hi @Troy Tessalone 

 

Thanks for your response. But since this is a new project with low funds and just testing the true order volume, I am looking fr ways to avoid Shopify API or webhook integrations Therefore I thought that Zapier was a good solution. But I need to find a way to use the product ID or SKU as the reference value and not the product title.

 

Ideas?

 

Victor

Userlevel 7
Badge +14

@Victaka

Try using a lookup table as a Zap step to convert the SKU or Product ID to the Product Title.

If you only have a few items to lookup, then try the Formatter > Utilities > Lookup Table option: https://zapier.com/help/doc/how-use-formatter-functions#using-the-lookup-table

Otherwise, a GSheet (via Lookup Row search) or Airtable (via Find Record search) would be better suited to use to manage your data sets.

 

 

@Troy Tessalone 

 

I tried the lookup table through Zapier but building the table is too manual and therefore only useful for few products. I have around 3,000 so building this lookup table is unthinkable.

 

Can you please give me more details on the other options you mention: GSheet (via Lookup Row search) or Airtable (via Find Record search).

 

Thanks

 

Victaka

Userlevel 7
Badge +14

@Victaka 

GSheets and Airtable would use the same concept as the Formatter > Utilities > Lookup Table, except in a more friendly way to manage larger data sets.

 

Check out the available triggers/actions/searches for these apps...

GSheets: https://zapier.com/apps/google-sheets/integrations#triggers-and-actions

Airtable: https://zapier.com/apps/airtable/integrations#triggers-and-actions

 

TIP: When in doubt, test it out!

Userlevel 3
Badge +6

Hey @Victaka, I just wanted to check in here, hope you’re doing well!

Was the information shared by Troy able to help get things going, or do you still need help?