Skip to content

Commit

Permalink
Adjusts paths in the change log
Browse files Browse the repository at this point in the history
  • Loading branch information
dkluever22 committed Sep 29, 2023
1 parent ea713c9 commit afc03dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/change-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Of course, we will continue to inform you if there are any breaking changes to t

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

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

**For ePages Now only!**

Expand All @@ -34,7 +34,7 @@ Of course, we will continue to inform you if there are any breaking changes to t

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

* The following attribute paths can now be updated via [`PATCH`/products/{productId}](https://developer.epages.com/apps/api-reference/patch-shopid-products-productid.html):
* The following attribute paths can now be updated via [`PATCH`/{shopId}/products/{productId}](https://developer.epages.com/apps/api-reference/patch-shopid-products-productid.html):
- /isNew<br>
- /newnessDate<br>
- /video<br>
Expand Down Expand Up @@ -75,7 +75,7 @@ Of course, we will continue to inform you if there are any breaking changes to t

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

* Added replace operation for product types of [`PATCH`/products/{productId}](https://developer.epages.com/apps/api-reference/patch-shopid-products-productid.html).
* Added replace operation for product types of [`PATCH`/{shopId}/products/{productId}](https://developer.epages.com/apps/api-reference/patch-shopid-products-productid.html).

<hr>

Expand Down

0 comments on commit afc03dd

Please sign in to comment.