Help with dynamic data in Plasmic

are there any plasmic devs that I can hire to help me with some dynamic data? I am not very technical. I have tried on upwork, but no-one with plasmic experience yet

Hi @inland_aphid, what are you looking to do?

I want to use wordpress / woocommerce as data store for product and post info. checkout page will not be on plasmic

Got it - and I’m assuming this is a headless setup running on something like Next.js (where you’re just using WP/Woo as the backend via an API)?

WooCommerce has a built-in REST API https://woocommerce.com/document/woocommerce-rest-api/

You can make associated React components available for pulling this data, similar to the Shopify ones shown here (includes GitHub link): https://code-components.plasmic.site/

Let me know if that’s the direction you’re envisioning