I am using the Python Shopify API, and I am trying to set the "Track quantity" field to false, but I have tried the following, and it does not work:
variant = shopify.Variant() variant.inventory_management = "shopify" variant.fulfillment_service = "manual"
It is still showing as follows in Shopify:
Solved! Go to the solution
User | Count |
---|---|
28 | |
7 | |
7 | |
6 | |
4 |