We have an editor which creates custom products and we need to create these products in the Shopify admin. In the editor we use a Shopify Buy Button which is linked to a product ID. An intended flow is:
- Create a product with API
- Get product’s id from response
- Add this ID to a buy button The problem is newly created product needs to be allowed for Buy Button use manually. Shopify Admin Screenshot Is there any way how to make that happen automatically?
