Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
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
This is an accepted solution.
This will work:
variant = shopify.Variant()
variant.inventory_management = None
variant.fulfillment_service = "manual"
This is an accepted solution.
This will work:
variant = shopify.Variant()
variant.inventory_management = None
variant.fulfillment_service = "manual"
I have exactly the opposite scenario, I have it disabled on the UI and I am trying to set it to true using PHP API.
'fulfillment_service' => 'manual',
'inventory_management' => 'shopify',
I've added on both variant level and product level, but it seems it does not take any effect. any suggestion what I am missing?
Connect your PayPal account to allow your customers to checkout using the PayPal gateway a...
ByYour online store speed can enhance your store’s discoverability, boost conversion rates a...
ByShopping is at our fingertips with mobile devices. Is your theme optimized to be user-frie...
By