Product Set Mutation issues

  1. ATM this is only available in dev preview
  1. So it would be helpfull if we could use a mutation that would replace the media instead of just appending new images.
    AFAIK calling productSet with MediaIds should leave the product with ONLY those ids ( meaning emove any ids not passed in) - let me know if that is not the case and we can look into it

  1. i’ll inform the team, but for now you could also use https://shopify.dev/docs/api/admin-graphql/2024-07/mutations/inventoryBulkToggleActivation

  2. productDeleteMedia seems unnecessary as mentioned above
    productCreateMedia for now, soon should be able to do in same call to productSet
    productVariantsBulkUpdate or inventoryBulkToggleActivation

otherwise seem correct. we are considering adding publishablePublish to productSet for convenience as well.