Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 779 Bytes

CHANGESET-TEMPLATE.md

File metadata and controls

9 lines (8 loc) · 779 Bytes

Add missing methods covering Qualification API.

  • Added support for new endpoints: /skus/importCSV and /categories (example available in readme.md)
  • Added missing types in PromotionsCreate, ApplicableTo, CustomerRequest, ValidationsValidateVoucherParams
  • Update axios from 0.21.4 to 0.27.2 in SDK package
  • (BREAKING CHANGE) Interface ValidationsValidateVoucherResponse was replaced with type of Union of interfaces ResponseValidateVoucherTrue | ResponseValidateVoucherFalse (example of usage)