Focusing on managing products, variants, and collections through the API.
I'm sending a POST request to create a new product, and it works but the only sale channel published to is Point of Sale, not getting published to Online Store or Shop. I have tried setting the published scope to "global" but it does not change this.
Solved! Go to the solution
This is an accepted solution.
I managed to do this with extra GraphQL API calls (https://shopify.dev/docs/api/admin-graphql/2024-07/mutations/publishablePublish), but I still wonder if it's possible to do in the original post request.
This is an accepted solution.
I managed to do this with extra GraphQL API calls (https://shopify.dev/docs/api/admin-graphql/2024-07/mutations/publishablePublish), but I still wonder if it's possible to do in the original post request.