Skip to content

v1.5.0

Compare
Choose a tag to compare
@bglamadrid bglamadrid released this 03 May 19:18
· 83 commits to main since this release

Added

  • Query parameters specification for GET /data/product_lists
    • ProductList specific query params are code, name, codeLike and nameLike
  • Three resources to interact with processing of sales
    • POST /data/sales/confirmation - Should confirm a given sell that is in a Paid or similar state
    • POST /data/sales/rejection - Should reject a given sell that is in a Paid or similar state
    • POST /data/sales/completion - Should mark a sell as Completed or Delivered, given that it is in a Confirmed or similar state
  • New query parameters for GET /data/sales - afterDate, beforeDate and statusCode

Changed

  • Removed some empty security schema specs

Fixed

  • Added missing data type ref to path parameter in /access/{resource} path
  • Moved date query parameter for /data/sales to be used only in its GET method

Removed

  • Deprecated resource paths
    • /public/categories - Since v1.1.0
    • /public/products - Since v1.2.1
    • /public/products/{barcode} - Since v1.2.0