Deprecated API calls
Private apps
The Deprecated API calls resource is available only for private apps.
You can call this endpoint to get a list of all the deprecated calls your private apps have made in the past 30 days, information on migration steps, and the deadline to update these calls in your apps.
Follow the developer changelog to make sure you're aware of any breaking changes that might affect your app. You can learn more about how to update your apps in our versioning guide.
What you can do with Deprecated API calls
The Shopify API lets you do the following with the Deprecated API calls resource. More detailed versions of these general actions may be available:
Deprecated API calls properties
data_updated_at |
The date and time (ISO 8601 format) when the data was last updated. |
deprecated_api_calls |
A list of deprecated API calls made by the authenticated app in the past 30 days. Each object has the following properties:
|
Endpoints
Retrieves all deprecated API calls
GET /admin/api/2021-01/deprecated_api_calls.json
View Response
HTTP/1.1 200 OK
{
"data_updated_at": "2020-10-13T00:15:30Z",
"deprecated_api_calls": [
{
"api_type": "REST",
"description": "The page filter has been removed from multiple endpoints. Use cursor-based pagination instead.",
"documentation_url": "https://shopify.dev/tutorials/make-paginated-requests-to-rest-admin-api",
"endpoint": "Product",
"last_call_at": "2020-06-12T03:46:18Z",
"migration_deadline": "2020-07-02T13:00:00Z",
"graphql_schema_name": null,
"version": "2019-07"
}
]
}
Private apps
The Deprecated API calls resource is available only for private apps.
You can call this endpoint to get a list of all the deprecated calls your private apps have made in the past 30 days, information on migration steps, and the deadline to update these calls in your apps.
Follow the developer changelog to make sure you're aware of any breaking changes that might affect your app. You can learn more about how to update your apps in our versioning guide.
What you can do with Deprecated API calls
The Shopify API lets you do the following with the Deprecated API calls resource. More detailed versions of these general actions may be available:
Deprecated API calls properties
data_updated_at |
The date and time (ISO 8601 format) when the data was last updated. |
deprecated_api_calls |
A list of deprecated API calls made by the authenticated app in the past 30 days. Each object has the following properties:
|
Endpoints
Retrieves all deprecated API calls
GET /admin/api/2021-04/deprecated_api_calls.json
View Response
HTTP/1.1 200 OK
{
"data_updated_at": "2020-10-13T00:15:30Z",
"deprecated_api_calls": [
{
"api_type": "REST",
"description": "The page filter has been removed from multiple endpoints. Use cursor-based pagination instead.",
"documentation_url": "https://shopify.dev/tutorials/make-paginated-requests-to-rest-admin-api",
"endpoint": "Product",
"last_call_at": "2020-06-12T03:46:18Z",
"migration_deadline": "2020-07-02T13:00:00Z",
"graphql_schema_name": null,
"version": "2019-07"
}
]
}
Private apps
The Deprecated API calls resource is available only for private apps.
You can call this endpoint to get a list of all the deprecated calls your private apps have made in the past 30 days, information on migration steps, and the deadline to update these calls in your apps.
Follow the developer changelog to make sure you're aware of any breaking changes that might affect your app. You can learn more about how to update your apps in our versioning guide.
What you can do with Deprecated API calls
The Shopify API lets you do the following with the Deprecated API calls resource. More detailed versions of these general actions may be available:
Deprecated API calls properties
data_updated_at |
The date and time (ISO 8601 format) when the data was last updated. |
deprecated_api_calls |
A list of deprecated API calls made by the authenticated app in the past 30 days. Each object has the following properties:
|
Endpoints
Retrieves all deprecated API calls
GET /admin/api/unstable/deprecated_api_calls.json
View Response
HTTP/1.1 200 OK
{
"data_updated_at": "2020-10-13T00:15:30Z",
"deprecated_api_calls": [
{
"api_type": "REST",
"description": "The page filter has been removed from multiple endpoints. Use cursor-based pagination instead.",
"documentation_url": "https://shopify.dev/tutorials/make-paginated-requests-to-rest-admin-api",
"endpoint": "Product",
"last_call_at": "2020-06-12T03:46:18Z",
"migration_deadline": "2020-07-02T13:00:00Z",
"graphql_schema_name": null,
"version": "2019-07"
}
]
}