Skip to content

v1.8.0

Compare
Choose a tag to compare
@devtronic devtronic released this 09 Dec 11:15
7000ee9

New features:

  • DELETE /api/v1/products/{id} added. (Client::deleteProduct($id)) (PR #31) Release in the API: 2019-12-10
  • Added missing fields to the product model (PR #32)
    • Product::$condition
    • Product::$widthCm
    • Product::$lengthCm
    • Product::$heightCm
    • Product::$billOfMaterial
  • GET /api/v1/products/PatchableFields added. (Client::getPatchableProductFields()) (PR #33)
  • PATCH /api/v1/products/{id} added. (Client::patchProduct($productId, $model)) (PR #33)