Skip to content

Release v1.3.1

Choose a tag to compare

@Erfan4708 Erfan4708 released this 29 Apr 17:37
· 42 commits to main since this release

Release Notes

New Features:

  • Order Filtering: Implemented GetOrdersByFilters method to allow retrieving orders with customizable filtering options.
  • Status Assignment: Added functionality to assign status text into the StatusText field for improved order tracking.

Fixes:

  • Stock Quantity Precision: Changed StockQuantity type to double and added IsConverted field in WebOrder model for better data handling.
  • Order Status Handling: Improved status processing in ToWebOrder method to ensure accurate order state representation.
  • Prevention of Invalid Order Status: Prevented the addition of 'Other' status to order statuses in requests, ensuring valid order states.
  • JSON Property Naming: Updated JSON property name from 'date created' to 'date_paid_gmt' for accuracy in payment date representation.
  • Date Property Adjustments: Removed date_modified property from the order model and eliminated the date modified converter from ToWebOrder.

Refactors:

  • Order Retrieval Optimization: Improved order retrieval logic with pagination and code cleanup for more efficient queries.