These days I was tried to develop my own Shopify store and I feel very disappointment to Shopify platform.
There are hundreds of product need to be put on the shelf. Since the import function in Store Admin page is not stable and frequently fail with Chinese and German characters, I have to develop a private APP to import my products.
BUT, Shopify close the door for Shopify Basic customers.
During API document, product can be published to channels. There are several ways to publish products.
For example, the owner can use “productPublications” parameter in mutation productCreate., or to use standalone mutation publishablePublishToCurrentChannel.
The fact is, Shopify GraphQL server disable read_publications access scope for Shopify Basic customers. This means either “productPublications” parameter in mutation productCreate or mutation publishablePublishToCurrentChannel are not available for Shopify Basic customers via private APP.
The only way is to publish all products in Shopify store owner’s admin page one by one.
Is there any way to publish product to online store via private APP?
Note: Shopify Plus plan costs $2000 per month. So the solution should available for Shopify Basic users.
Thanks a lot.