Focusing on managing products, variants, and collections through the API.
I'm using ShopifyAPI SDK for Python, and trying to implement the functionality to mark a listing as Sold.
But if I just update the status it is not working. Even when trying to work with the Inventory it just says that the Inventory is not getting tracked.
I really need a solution to mark a Listing Sold on Shopify Using Python's SDK. Any help will be appreciated.