Create a product a product and activate it across all the sale channels in a single api call

Topic summary

A developer is attempting to create a Shopify product and simultaneously activate it across all sales channels using a single API call.

Attempted Solutions:

  • Setting published_scope to “global”
  • Including published_at in the API payload

Current Status:
None of the attempted methods have successfully achieved the desired outcome. The question remains open, seeking guidance on whether this functionality is possible and how to implement it correctly.

Summarized with AI on November 2. AI used: claude-sonnet-4-5-20250929.

I have tried multiple approaches such as setting published_scope to global and setting published_at in the payload. However, nothing seems to work. Is there any way to achieve this?