Skip to content

3.1.6

Compare
Choose a tag to compare
@dbart01 dbart01 released this 18 May 18:07
ae59031

Release Notes

  • Adds handle for Article and Blog.
  • Adds a new country and currency code.
  • Deprecates MailingAddress.countryCode. Use countryCodeV2 instead.
  • Adds MoneyV2 entity.
  • Adds statusUrl for Order.
  • Adds ability to query for product variant's price range in Product using priceRange field.
  • Adds ability to check if a product is "in-stock" using the availableForSale field.
  • Adds shipsToCountries array on Shop to allow querying supported countries for shipping.
  • Miscellaneous under-the-hood enhancements and improvements