2022-10 release notes
Release date | Date version is no longer supported |
---|---|
October 1, 2022 | October 1, 2023 |
Breaking changes
Anchor link to section titled "Breaking changes"These changes require special attention. Your app will break if it uses these API resources and you don’t upgrade to a more recent API version.
Protected customer data requirements
Anchor link to section titled "Protected customer data requirements"As of version 2022-10, published, public apps that use Admin API resources must meet the protected customer data requirements.
The protected customer data requirements focus on data minimization, transparency, and security so that you can better support merchants' path towards compliance with privacy and data protection rules.
GraphQL Admin API changes
Anchor link to section titled "GraphQL Admin API changes"The following are all the changes currently introduced in the 2022-10 version of the GraphQL Admin API.
Protected customer data requirements
As of version 2022-10, published, public apps that use the GraphQL Admin API must meet the protected customer data requirements.
The protected customer data requirements focus on data minimization, transparency, and security so that you can better support merchants' path towards compliance with privacy and data protection rules.
REST Admin API changes
Anchor link to section titled "REST Admin API changes"The following are all the changes currently introduced in the 2022-10 version of the REST Admin API.
Cursor-based pagination supported for retrieving locations
As of API version 2022-10, GET requests for a list of locations are paginated. By default, you can display up to 50 locations on each page.
For more information about REST endpoints that support cursor-based pagination, refer to Make paginated requests to the REST Admin API.
Order IDs for the Order Risk resource
As of API version 2022-10, you can't create or update order risks without specifying an order ID.
Previously, you could create order risks by specifying the order_id
property as null
. This enabled you to create order risks prior to creating the order and block checkout. However, this functionality isn't used by apps. As a result, it isn't a breaking change.
Protected customer data requirements
As of version 2022-10, published, public apps that use the REST Admin API must meet the protected customer data requirements.
The protected customer data requirements focus on data minimization, transparency, and security so that you can better support merchants' path towards compliance with privacy and data protection rules.