API Deprecation Notice - Deprecated API calls

Hello team,

I am receiving the below errors. I am attaching the screenshot for the same.

This app may be delisted, and new installs may be blocked if it continues to call unsupported APIs

To avoid delisting and blocking installs, update this app, so it is not calling any unsupported APIs.

We tried to upgrade all our API calls to 2022-07 but still getting this message. Is it possible for you to let us know which exact call is causing this issue?

We sending request to this endpoints:

a. Sync Order:

GET /admin/api/2022-07/orders.json?fulfillment_status=unshipped&limit=250&created_at_min=2022-08-31T23:59:59-07:00&created_at_max=2022-08-28T00:00:00-07:00&fields=id,name,payment_gateway_names,shipping_address,line_items

b. Sync product:
POST /admin/api/2022-07/products.json
PUT /admin/api/2022-07/inventory_items/808950810.json
POST /admin/api/2022-07/inventory_levels/connect.json
PUT /admin/api/2022-07/products/632910392/images/850703190.json
POST /admin/api/2022-07/products/632910392/images.json
GET /admin/api/2022-07/fulfillment_services.json

c. Update tracking
GET /admin/api/2022-07/orders/450789469.json?fields=fulfillments,line_items
GET /admin/api/2022-07/locations.json
GET /admin/api/2022-07/inventory_levels.json
GET /admin/api/2022-07/orders/450789469/fulfillment_orders.json?fields=line_items
POST /admin/api/2022-07/fulfillments.json
POST /admin/api/2022-07/fulfillments/1069020175/update_tracking.json
GET /admin/api/2022-07/variants/808950810.json?fields=inventory_item_id
GET /admin/api/2022-07/orders/450789469.json?fields=fulfillments

d. Connect store

POST /admin/api/2022-07/fulfillment_services.json
PUT /admin/api/2022-07/fulfillment_services/755357713.json
GET /admin/api/2022-07/webhooks.json
PUT /admin/api/2022-07/webhooks.json

As the deadline shows, we have only two months left.

Could we solve this?

1 Like