Create product with published scope using GraphQL API

Hi @Ashu24

Publishing products via the API works a little differently with GraphQL, but you can definitely still do it. You’ll want to use the publishablePublish mutation which you can about in our docs here: https://shopify.dev/api/admin-graphql/2021-10/mutations/publishablePublish

Hope this is helpful!