All things Shopify and commerce
Hello Shopify Community,
I am encountering an issue while using the ProductVariantsBulkInput mutation for adding product options. Shopify has flagged a deprecated API call in my app
Deprecated API calls made by Custom App
However, I am unable to find a clear solution for handling this deprecation. I also attempted using productOptionsCreate but noticed that it only adds one option instead of all options.
I am currently using the following structure for options:
"options" => [
[
"name" => "Color",
"values" => ["Red", "Black", "White"]
],
[
"name" => "Size",
"values" => ["M", "L", "A"]
]
],
Could anyone provide clarity on:
How to handle multiple options with the updated API structure?
What is the correct mutation or approach to replace ProductVariantsBulkInput?
Your guidance or a working example for this scenario would be incredibly helpful.
Thank you in advance!
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024