I have been creating products using:
/admin/api/2022-04/products.json
for some time now. It works great.
However, I am trying to create a product that has 72 variants (less than the 100 limit) but the API only creates the first 50 variants, and ignores the rest.
Is there a parameter I need to pass to have it create all 72 variants? I’ve tried using the variants.json URL without luck.