All products technically have variants. If you create a product without specifying any variants, there's a someone hidden one created called default title.
With this logic, you could create a product with seemingly no variants like so:
POST https://domain.myshopify.com/admin/products.json { "product": { "title": "Foobar", "variants": [ { "title": "Default Title", "price": "25.00", "option1": "Default Title" } ] } }
Hope that helps.
User | Count |
---|---|
15 | |
11 | |
10 | |
7 | |
5 |