How to use External API via json with Webflow CMS

https://developers.webflow.com/ but you’ll need to be able to write code. Also the Webflow CMS API is pretty bad to work with.

You can use a tool like Zapier to send data from the CMS to Airtable or vice-versa.

The CMS API (or Zapier which uses it) only allows you to access CMS data which isn’t going to help you hit the ecommerce providers endpoint to place the order. This would need to run in a script on the front end (aka the user’s browser) after the page has loaded. Without knowing the details of your project it sounds like you will need a script that sends a user’s order details to an endpoint provided by your ecommerce provider. I have never sent GraphQL mutations from a Webflow site so am not sure what is involved in making that work. I’m sure it’s possible but for something like this it’s likely that using a http endpoint would be simpler to set up.

If you don’t really know what you’re doing then I would suggest working with @foxy as they specialise in Webflow ecommerce integrations and are great to work with.

1 Like