Re: draft orders deprecated message

draft orders deprecated message

ken157
Shopify Partner
12 0 4

Hi, Shopify Team

I still get this message about deprecation
2c9851df93e81f7b5c91de6562aee63e

where it called

ae3cc12bb4d0e176ecdbbc18127fae97
We moved our API version to 2022-10 and still gets this

I using:

shopify-api-node@3.12.5

API VER: 

2022-10


customer data access is approved
c24db0c4cbd65c5312004123b1708808

Replies 6 (6)

alex1340
Shopify Partner
2 0 3

I have similar problem, is there can anybody help with this?

sherpabot
Shopify Partner
37 3 4

I received this as well (see the picture below). To my understanding July 1st any (publically distributed) app not following the customer protection guidelines (assuming approved) will be unlisted. Similarly, there are a few attributes from the order object that are being depreciated for the 2023-10 API release. So if you use these few attributes that are to be removed, this may create breaking changes to your app. 

Custom apps do not need to worry about customer protection, however, the attributes will be removed so be wary about using those once the new version is released. 

Otherwise, you shouldn't need to worry too much about this warning.

Screenshot 2023-06-11 at 5.13.40 PM.png

ken157
Shopify Partner
12 0 4

I sent 

note
note_attributes

and for line_items

properties

 

ShopifyDevSup
Shopify Staff
1453 238 511

Hi @ken157 we recommend using the Deprecated calls API to track what deprecated field was called and when it was last called. The warnings will remain for 14 days after the last call to a deprecated value. https://shopify.dev/docs/api/admin-rest/2023-04/resources/deprecated-api-calls

Developer Support @ Shopify
- Was this reply helpful? Click Like to let us know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog

alex1340
Shopify Partner
2 0 3

Sadly, but Deprecated calls API don't work for general stores, it just response 404 code with message:

 

{"errors":"Not found"}

 

On description by link you has wrote above, noted: 
The Deprecated API calls resource is available only for custom apps.

Probably there is reason why any of customer's production stores where i have tested it, show me above 404 message.

ken157
Shopify Partner
12 0 4

it doesn't work for public apps