How to update product price, enable locations and set stock after product creation

Topic summary

A developer successfully created a product using the ProductCreate GraphQL mutation but needs help with post-creation configuration. They want to accomplish three specific tasks via GraphQL:

Current Issues:

  • Product price is not set
  • Inventory tracking is disabled
  • Additional store locations are not enabled
  • Stock quantities are not configured

Desired Outcome:
The user provided screenshots showing their target configuration: set product pricing, enable quantity tracking, activate multiple location fulfillment, and assign stock quantities to each location.

Status: The question remains unanswered, with the user seeking guidance on which GraphQL mutations or operations to use for these post-creation updates.

Summarized with AI on October 30. AI used: claude-sonnet-4-5-20250929.

Hello, I was able to create a product using the ProductCreate Graphql and i want to update the price and enable other locations and set stock quantity. please see screenshot below

This is how it looks like after I created a product. so basically i want to set the price, track quantity and enable other locations

when I click the ‘Edit locations’ this is how it looks like. how to enable locations?

and this is the final look i want to accomplish using the graphql (set price, enable track quantity, enable other locations and set quantity).

Please help. I a