Shopify/shopify-api-php

2023-07 API release not available in PHP SDK

russback opened this issue · 1 comments

Issue summary

The latest version this SDK supports is 2023-04, so new features added in 2023-07 (such as search) are not available.

Expected behavior

Defining 2023-07 as the apiVersion when calling Context::initialize() should not throw an error. GraphQL calls to the search endpoint should return results.

Actual behavior

2023-07 does not pass apiVersion validation:

Shopify\Exception\InvalidArgumentException
Invalid API version: 2023-07

When attempting to submit a search query:

Field 'search' doesn't exist on type 'QueryRoot'

Apologies - project was using an older version as required by another dependency.