Skip to content

Latest commit

 

History

History
72 lines (37 loc) · 3.26 KB

File metadata and controls

72 lines (37 loc) · 3.26 KB

Summary of Changes for Version 2.3.0

This document summarizes the changes made in the Headless GraphQL API upgrade.


✅ Removed

1. filterData key removed from getFilterAttribute

2. uploadType support removed for PATH, BASE64

  • Supported Type Now: Only FILE
  • Change: You no longer need to specify uploadType. The default behavior now assumes type FILE.
  • Impact: Cleaner input structure for file uploads, and deprecation of alternate types.

➕ Added

2. customizableOptions key added to AddItemToCartInput

3. customizableOptions added in Product type

4. GDPRRequest mutation added

5. agreement key added to CustomerSignUpInput

6. services key added to Options -> themeCustomization

7. links key added to Options -> themeCustomization

8. dateFrom, dateTo key added to booking -> AddItemToCartInput

9. statusLabel key added to orders

10. isPaymentRequired key added to placeOrder mutation as input field, default value is false and this is boolean type

10. viewGdprData API is Created


🛠️ Updated

6. Renamed formatedPrice to formattedPrice in ConfigurableVariantPrices