Calling a mutation from C# code - productVariantsBulkCreate passing in the ID of a newly created product to create a new product variant with strategy “REMOVE_STANDALONE_VARIANT”
Variant params barcode, price, inventoryPolicy=“CONTINUE”, also supplying an inventory item purely to get the product sku in as well.
All works EXCEPT inventoryPolicy is not set - it remains as “DENY”. No errors.
Anybody got this to work as I’m starting to think it is a bug?
See https://shopify.dev/docs/api/admin-graphql/2024-04/objects/ProductVariant#field-inventorypolicy
I shall try and replicate in GraphiQL next and see if that provides any additional feedback. Maybe try a workaround - maybe I’ll have more joy with an update.