Hi there,
I am trying to make what I think is the simplest API call possible
https://my-dev-store.myshopify.com/admin/api/2023-01/orders/<a_valid_order_id>.json?fields=name
But I am still getting the deprecation notice.
API Deprecation Notice: {
message: 'https://shopify.dev/changelog/property-deprecations-in-the-admin-api-order-and-lineitem-resource',
path: 'https://my-dev-store.myshopify.com/admin/api/2023-01/orders/<a_valid_order_id>.json?fields=name'
}
Not sure if I am doing something wrong as, even if I try the example call from API docs
I get the same deprecation warning.
Any help on this will be greatly appreciated.
Thanks
