Hello!
Using the CustomCollection API, I am wanting to create a collection and add 10 products. Am I able to add multiple products to the “Product ID” section or do I need to make a seperate call to add each individual product
curl -d ‘{“custom_collection”:{“title”:“IPods”,“collects”:[{“product_id”:921728736}]}}’
-X POST “https://your-development-store.myshopify.com/admin/api/2024-01/custom_collections.json”
-H “X-Shopify-Access-Token: {access_token}”
-H “Content-Type: application/json”