Discussions
Create Price Endpoint
over 1 year ago by Brent M
I am attempting to create a product, price and variant.
POST to
https://{subdomain}.myclickfunnels.com/api/v2/workspaces/{workspace_id}/products
Works fine and I am able to create the base product but when taking the returned ID and attempting to create a price for the product by posting to
https://{subdomain}.myclickfunnels.com/api/v2/products/{product_id}/prices
I get {"error": "Not found"} returned. 404
I have tested this with Postman as well as the widget within the API reference at https://developers.myclickfunnels.com/reference/createproductsprices
What is the correct path?