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?
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_scopeto “global” - Including
published_atin 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.