Tags:
- Action Required
- Admin GraphQL API
- 2025-04
New Catalog APIs
As of April 2025, the Catalog APIs have been updated to support changes in how markets are managed. For more details, see the New Markets APIs.
With these updates, multiple markets can now be assigned to a single catalog. Consequently, the connection will no longer guarantee the return of a single entry.
Additionally, the Market object now supports new conditions. Previously, only were available for a market; now, are also supported. To maintain the existing behavior and access only Regions, you must update the markets connection by using the argument.
Example:
markets(first: 10, type: REGION) {
nodes {
id
}
}
}
markets(first: 10, type: REGION) {
nodes {
id
}
}
}Was this section helpful?