nozzlegear / ShopifySharp

ShopifySharp is a .NET library that helps developers easily authenticate with and manage Shopify stores.
https://nozzlegear.com/shopify-development-handbook
MIT License
755 stars 313 forks source link

Can't set "inventory_behavior:decrement_obeying_policy" to decrease variant quantity when order is created using Order Api. #611

Open kkentt opened 3 years ago

kkentt commented 3 years ago

According to this link , we have to set "inventory_behavior:decrement_obeying_policy" to decrease variant quantity when order is created via Order Api . But I can't find that property to set in ShopifySharp Order Api. https://community.shopify.com/c/Shopify-APIs-SDKs/Is-inventory-behaviour-working-properly-for-REST-Order-Create/td-p/459221

afatnassi commented 2 years ago

Will this field be added to the order object anytime soon ?

Mathuraju commented 12 months ago

Any update on this ??