Shopify / js-buy-sdk

The JS Buy SDK is a lightweight library that allows you to build ecommerce into any website. It is based on Shopify's API and provides the ability to retrieve products and collections from your shop, add products to a cart, and checkout.
https://shopify.github.io/js-buy-sdk
MIT License
987 stars 262 forks source link

Update SFAPI version to 2023-01 #933

Closed melissaluu closed 1 year ago

melissaluu commented 1 year ago

Update SFAPI version to 2023-01 and updated the change log to include the upcoming v2.18.0 info.

melissaluu commented 1 year ago

Thanks! This update didn't require any GQL query changes since SFAPI v2023-01 didn't include any deprecations and we're not adding any new fields to the predefined queries so it a straightforward update to call the new version and get the latest stable API schema.