Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecated property delivery_category is being used #1044

Open
AsimKhan2019 opened this issue Mar 25, 2024 · 1 comment
Open

Deprecated property delivery_category is being used #1044

AsimKhan2019 opened this issue Mar 25, 2024 · 1 comment

Comments

@AsimKhan2019
Copy link

AsimKhan2019 commented Mar 25, 2024

Hi,

I'm using version 6.13 but I'm receiving this complain from Shopify
https://shopify.dev/changelog/removal-of-the-delivery_category-field-on-order-shipping-lines
The endpoint is Order -> Admin • REST though

The only place where I found a similar property is in https://github.com/nozzlegear/ShopifySharp/blob/master/ShopifySharp/Entities/GraphQL/GraphQLSchema.generated.cs
by the name deliveryCategory in ShippingLine class.

Could this be causing issue? Will you delete this field where required in the next release?

@nozzlegear
Copy link
Owner

nozzlegear commented Apr 4, 2024

Heye @AsimKhan2019! Sorry for the delay, did you get this fixed? I think the problem is likely your webhook versions which need to be manually updated in the Shopify Partner dashboard. If you log into your partner dashboard and find the settings for your app, there's a configuration page where you can set the Event Version specifically for the webhooks that Shopify sends to your app.

Screenshot 2024-04-04 at 16 35 06

If the version is old enough, like in my screenshot, they'll send deprecated properties and that can trigger the deprecation warnings.

Let me know if that fixes your problem!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants