Update Webflow product inventory from Airtable

What are you trying to achieve?

I am trying to update my Webflow product inventory from an airflow table.

Steps taken so far

I’ve got a super simple scenario set up, where I have the Airtable watching items and then updating the Webflow item inventory. When I run the scenario It comes back with no errors, but the quantity isn’t updated in Webflow.

Any help would be greatly appreciated.

Screenshots: scenario setup, module configuration, errors

Hey @khs123,

indeed it looks like you’re doing it right.
You’ve set the quantity to “1”. Is that correct? Are you updating the correct item?
Sometimes it’s the small things :smiley:

Best,
Richard

@Richard_Johannes
Yep, I’ve set up just 3 products and set them all to update the inventory, but none of the quantities changed :pensive_face:

Have you put in a different quantity once e.g. 10 - just to test? Then refresh webflow because I’m not sure if they automatically refresh your browser…

@Richard_Johannes Yep, I’ve tried logging out etc - just tried it again to be sure, and it’s still an issue.
One thing I’ve thought of though - the products are staged for publish, rather than live, as I didn’t want to pay for the ecommerce solution until I know this works. Do you know if that would be an issue?
Although, all other fields are successfully getting updated if I set the scenario up to change them, so it’s specifically the quantity that seems to be being the issue.

@khs123, I wouldn’t necessarily see how that has an impact on the update :confused:

When something like this happens, I try to break it down and see where stuff goes wrong.
I’d try to use the ‘Make an API Call’ module and use the Webflow API Directly: Update Item Inventory | Webflow API Documentation

Ideally you can even take a look in the Make Developer Extension (see here) to see the direct response from Webflow.

Sadly, I don’t have experienced this particular issue myself so I can only share a general approach here :confused: