Focusing on managing products, variants, and collections through the API.
I'm creating new product using the productCreate mutation. Now I want to publish it to my online store.
To do that I'm querying the list of publications using the publications query but the challenge I'm facing is to determine which publication id belongs to the online store? Previously they had a "name" property which is now deprecated.
Once I become certain that this id belongs to the online store then I can publish it using the publishablePublish mutation.
Also how can I set the inventory quantity of a newly created product?
Thanks!
hi, @Wakil_eFoli
I don't see anything relevant to my question i.e. publication or inventory.