Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
Hi.
I want to publish a product to my online store from my app.
My app is a public app.
I want to use "publishablePublish"(GraphQL mutation), but I saw that "Required access. write_publications access scope. This scope is currently available only to private apps installed on Shopify Plus stores.".
Isn't any way to publish the product to the online store from the public app?
Solved! Go to the solution
This is an accepted solution.
If you want to publish a product just for the online store, then this might work. Although there's a fair chance this is a deprecated option.
productCreate(input: {
title: "test item",
productType: "test",
published: true
}
)
This is an accepted solution.
If you want to publish a product just for the online store, then this might work. Although there's a fair chance this is a deprecated option.
productCreate(input: {
title: "test item",
productType: "test",
published: true
}
)
Here is what I did:)
I did not use "publishablePublish".
`published: true` still works in `2021-07` api version for `ProductInput`. Thanks! I hope it lasts ;).
User | RANK |
---|---|
6 | |
5 | |
5 | |
4 | |
4 |