bold-commerce / go-shopify

Go client for the Shopify API
MIT License
326 stars 255 forks source link

Removal of the delivery_category field on order shipping lines #293

Closed raghavendramendon closed 5 months ago

raghavendramendon commented 5 months ago

As of 2023-07, shopify deprecating the order shipping line delivery_category property. The property has not been in use since 2020-06-12 and will no longer be present. FYR -> https://shopify.dev/changelog/removal-of-the-delivery_category-field-on-order-shipping-lines

oliver006 commented 5 months ago

See #292

raghavendramendon commented 5 months ago

Thank you!

raghavendramendon commented 5 months ago

I'm currently using go get -u github.com/bold-commerce/go-shopify to update the package, but I'm unable to see the recent code changes. Can anyone help me update the package to include the latest changes?