Hello,
I’m trying to use to Node client to interact with Shopify, instead of using direct HTTP calls.
Our version is July07
However, when I make a simple
https://shopify.dev/api/admin-rest/2022-07/resources/order#get-orders-order-id
I get a header in the response,
X-Shopify-API-Deprecated-Reason: https://shopify.dev/changelog/property-deprecations-in-the-admin-api-order-and-lineitem-resource
Hence the message:
API Deprecation Notice: {
message: ‘https://shopify.dev/changelog/property-deprecations-in-the-admin-api-order-and-lineitem-resource’,
path: ‘https://loccitane-thailand-staging.myshopify.com/admin/api/2022-07/orders/4613032771751.json’
}
However, when I try to retrieve all orders for a customers (https://shopify.dev/api/admin-rest/2022-04/resources/customer#get-customers-customer-id-orders) everything goes smoothly ![]()
What am I missing?
Thanks for your help
Alex