* Update cart.md

Add information on how to add extra data to the /add-item request

* Update src/StoreApi/docs/cart.md

Co-authored-by: Niels Lange <info@nielslange.de>

* Update src/StoreApi/docs/cart.md

Co-authored-by: Niels Lange <info@nielslange.de>
This commit is contained in:
Raluca Stan 2022-11-18 12:16:26 +01:00 committed by GitHub
parent 21e30a2956
commit 98480c4dc2
1 changed files with 2 additions and 0 deletions

View File

@ -332,6 +332,8 @@ curl --header "Nonce: 12345" --request POST https://example-store.com/wp-json/wc
Returns the full [Cart Response](#cart-response) on success, or an [Error Response](#error-response) on failure. Returns the full [Cart Response](#cart-response) on success, or an [Error Response](#error-response) on failure.
If you want to add supplemental cart item data before it is passed into `CartController::add_to_cart` use the [`woocommerce_store_api_add_to_cart_data`](https://github.com/woocommerce/woocommerce-blocks/blob/4d1c295a2bace9a4f6397cfd5469db31083d477a/docs/third-party-developers/extensibility/hooks/filters.md#woocommerce_store_api_add_to_cart_data) filter.
## Remove Item ## Remove Item
Remove an item from the cart and return the full cart response, or an error. Remove an item from the cart and return the full cart response, or an error.