plugins/woocommerce/client/blocks/docs/internal-developers/testing/releases/400.md
Zip file for testing: woocommerce-gutenberg-products-block.zip
Setup:
Testing:
See screenshots in https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/3473.
Setup:
Testing:
Setup:
Testing:
See screenshot in https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/3455.
Setup:
Testing:
Setup:
Testing:
Setup:
Testing:
Setup:
You need to use the StoreAPI. Add an item to your cart via the API (replacing the product ID with one from your store).
POST https://yourstore.test/wp-json/wc/store/cart/add-item
{
"id": 163,
"quantity":1
}
Testing:
https://yourstore.test/wp-json/wc/store/cart/items. There should be a valid response with response code 200.