Skip to content

Commit

Permalink
Update change log Now API docs
Browse files Browse the repository at this point in the history
* Announces changes made with 7.96 implementation
  • Loading branch information
dkluever22 committed Jul 10, 2024
1 parent f4fe177 commit 866f6e8
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion apps/change-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,24 @@ Of course, we will continue to inform you if there are any breaking changes to t

## 2024-03-21

### Changes with software release 7.96.0

#### <i class="fas fa-pencil-alt"></i> Update

* Added attribute `isInWishlist` to data types [`product`](https://developer.epages.com/apps/data-types.html#product), [`productLineItem`](https://developer.epages.com/apps/data-types.html#productlineitem) and [`productSearch`](https://developer.epages.com/apps/data-types.html#productsearch).

<hr>

## 2024-03-21

### Changes with software release 7.93.0

#### <i class="fas fa-pencil-alt"></i> Update

* The attribute path `/orderUnitsInfo` can now be updated via [`PATCH`/{shopId}/products/{productId}](https://developer.epages.com/apps/api-reference/patch-shopid-products-productid.html).

* Added attributes `priceQuantity`, `orderUnit`, `minOrder` and `intervalOrder` to data types [`product`](https://developer.epages.com/apps/data-types.html#product) and [`productSearch`](https://developer.epages.com/apps/data-types.html#productsearch).
* Added attributes `orderUnit`, `orderUnitShort`, `minOrder`, `priceQuantity`, `quantityPrice` and `intervalOrder` to data type [`productLineItem`](https://developer.epages.com/apps/data-types.html#productlineitem).
* Added attributes `orderUnit`, `orderUnitShort`, `minOrder`, `priceQuantity`, `quantityPrice` and `intervalOrder` to data type [`productLineItem`](https://developer.epages.com/apps/data-types.html#productlineitem).

<hr>

Expand Down

0 comments on commit 866f6e8

Please sign in to comment.