CartController::get_variation_id_from_variation_data()
Method: Try to match request data to a variation ID and return the ID.
Source: packages/woocommerce-blocks/src/StoreApi/Utilities/CartController.php:1084
Method: Try to match request data to a variation ID and return the ID.
Source: packages/woocommerce-blocks/src/StoreApi/Utilities/CartController.php:1084
Method: Format and sanitize variation data posted to the API.
Source: packages/woocommerce-blocks/src/StoreApi/Utilities/CartController.php:1111
Method: Get product attributes from the variable product (which may be the parent if the product object is a variation).
Source: packages/woocommerce-blocks/src/StoreApi/Utilities/CartController.php:1161
Method: Get main instance of cart class.
Source: packages/woocommerce-blocks/src/StoreApi/Utilities/CartController.php:616
Method: For a given product, get the variation ID.
Source: packages/woocommerce-blocks/src/StoreApi/Utilities/CartController.php:944
Method: Return a cart item from the woo core cart class.
Source: packages/woocommerce-blocks/src/StoreApi/Utilities/CartController.php:632
Method: Default exception thrown when an item cannot be added to the cart.
Source: packages/woocommerce-blocks/src/StoreApi/Utilities/CartController.php:955
Method: Returns all cart items.
Source: packages/woocommerce-blocks/src/StoreApi/Utilities/CartController.php:643
Method: Filter data for add to cart requests.
Source: packages/woocommerce-blocks/src/StoreApi/Utilities/CartController.php:973
Method: Get hashes for items in the current cart. Useful for tracking changes.
Source: packages/woocommerce-blocks/src/StoreApi/Utilities/CartController.php:653