I have upgraded my app API version to 22-10. But even after the upgrade I am seeing deprecation warnings in response related to accessing the deprecated fields.
For example:
Orders resource:
response = HTTParty.get(“https://#{shopify_credential.shop_name}.myshopify.com/admin/api/2022-10/orders?status=#{shopify_credential.shopify_status}&fulfillment_status=#{fulfillment_status}”, query: query, headers: headers)
WARN -- : Deprecated request to Shopify API at orders/[ID].json, received reason: [https://shopify.dev/changelog/property-deprecations-in-the-admin-api-order-and-lineitem-resource](https://shopify.dev/changelog/property-deprecations-in-the-admin-api-order-and-lineitem-resource)
The below mentioned attributes in the warnings arent requested directly neither do push in such attributes in any case
