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
743 stars 309 forks source link

PONumber in Order object #904

Closed ihorkolucky closed 1 year ago

ihorkolucky commented 1 year ago

Lately Shopify added PO Number property to Order object, could it be added to ShopifySharp Order object? https://shopify.dev/changelog/purchase-order-numbers-added-to-orders-draftorders-object.

Thank you!

nozzlegear commented 1 year ago

Sure! We can definitely add that. If you want to create a pull request for it I’d be happy to merge it in, otherwise I’ll add it myself in the next few days.

-- Joshua Harms

On Fri, Jul 21, 2023, at 00:38, ihorkolucky wrote:

Lately Shopify added PO Number property to Order object, could it be added to ShopifySharp Order object? https://shopify.dev/changelog/purchase-order-numbers-added-to-orders-draftorders-object.

Thank you!

— Reply to this email directly, view it on GitHub https://github.com/nozzlegear/ShopifySharp/issues/904, or unsubscribe https://github.com/notifications/unsubscribe-auth/AASOE7AUKJFUV35XJKUPV5TXRIIUTANCNFSM6AAAAAA2SLMORQ. You are receiving this because you are subscribed to this thread.Message ID: @.***>

ihorkolucky commented 1 year ago

Hello Joshua! I'm not sure I'll do that correctly even I need that feature. I'll waiting for your update! Thank you very much!

clement911 commented 1 year ago

This field is now available in the latest package.

ihorkolucky commented 1 year ago

This field is now available in the latest package.

Thank you very much!