Skip to content

Commit 2753ee3

Browse files
Add changelog (#289)
1 parent bcb6f6c commit 2753ee3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: 'Added cart.updated event for Tax Operations'
3+
date: '2024-09-23'
4+
tags: ['Integrations']
5+
hide_blog_post_date: false
6+
---
7+
8+
**MINOR** A `cart.updated` event is now emitted whenever any tax-related operation occurs on the cart, such as adding, updating, deleting, or performing bulk actions on [tax items](/docs/api/carts/tax-items). For more information, see [Observable Events](/docs/api/integrations/integrations-introduction#observable-events).

openapispecs/integrations/openapi.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ info:
490490
<td>Store</td>
491491
</tr>
492492
<tr>
493-
<td><a href="/docs/api/carts/cart-management"><strong>Carts</strong></a></td>
493+
<td><a href="/docs/api/carts/cart-management"><strong>Carts</strong></a>/<a href="/docs/api/carts/tax-items"><strong>Tax Items</strong></a></td>
494494
<td>Updated</td>
495495
<td><code>cart.updated</code></td>
496496
<td>Store</td>

0 commit comments

Comments
 (0)