Skip to content

Release v1.2.3

Choose a tag to compare

@Erfan4708 Erfan4708 released this 06 May 11:32
· 23 commits to main since this release

Release Notes

New Features:

  • Excluded Fields Enhancements:
    • Added ProductAttributes to the ExcludedFields enum to improve filtering.
    • Added ProductDescription to the ExcludedFields enum for better control over excluded data.
    • Introduced DraftStatus to the ExcludedFields enum to prevent unintended updates.
  • WebOrder Model Improvements:
    • Added StatusText field to the WebOrder model for enhanced order tracking.
    • Introduced IsConverted boolean property for better order state management.
  • Order Filtering:
    • Implemented GetOrdersByFilters method for retrieving orders with flexible filtering options.
    • Added GetOrdersByFilters method to the WebContext interface for streamlined integration.

Fixes:

  • Stock Quantity Precision:
    • Converted StockQuantity property type from float to double for accurate inventory calculations.
    • Changed Quantity property type to decimal for improved numeric consistency.
  • Conflict Resolution:
    • Addressed merge conflicts to ensure seamless integration.