Hi,
When retriving a collection with 2026-07 api, it returns the correct data, but when using the 2026-04 the collection is null.
query Collection($id: ID!) {
collection(id: $id) {
id
descriptionHtml
}
}
Request id targeting 2026-04: e54b596e-cb84-41e9-8e40-242932e15470-1785235441
Request id targeting 2026-07: 32f6c8ca-ccce-4b86-baf5-89c95817c911-1785235472
Thanks.