Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
docs: add link to batching cart item (#9776)
Browse files Browse the repository at this point in the history
  • Loading branch information
multiplehats committed Jun 20, 2023
1 parent fc324cc commit 3a57fa9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/StoreApi/docs/cart-items.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,8 @@ curl --request POST https://example-store.com/wp-json/wc/store/v1/cart/items?id=

For an example response, see [Single Cart Item](#single-cart-item).

If you're looking to add multiple items to the cart at once, please take a look at [batching](https://github.com/woocommerce/woocommerce-blocks/blob/trunk/src/StoreApi/docs/cart.md#add-item).

## Edit Single Cart Item

Edit an item in the cart.
Expand Down

0 comments on commit 3a57fa9

Please sign in to comment.