Update Tax Item on Bundle Component
PUT/v2/carts/:cartID/items/:cartitemID/components/:productID/taxes/:taxitemID
Use this endpoint to update a tax item on a specific bundle component (component product) within a cart item. To change tax value from rate
to amount
, set rate
to null
, then set amount
value and vice versa.
Request
Responses
- 200