Checkout::is_valid_draft_order()
Method: Whether the passed argument is a draft order or an order that is pending/failed and the cart hasn’t changed.
Source: packages/woocommerce-blocks/src/StoreApi/Routes/Checkout.php:360
Method: Whether the passed argument is a draft order or an order that is pending/failed and the cart hasn’t changed.
Source: packages/woocommerce-blocks/src/StoreApi/Routes/Checkout.php:360
Method: Create or update a draft order based on the cart.
Source: packages/woocommerce-blocks/src/StoreApi/Routes/Checkout.php:383
Action Hook: WooCommerce Blocks Checkout Update Order Meta (experimental).
Source: packages/woocommerce-blocks/src/StoreApi/Routes/Checkout.php:407
Method: Get the path of this REST route.
Source: packages/woocommerce-blocks/src/StoreApi/Routes/Checkout.php:63
Method: Checks if a nonce is required for the route.
Source: packages/woocommerce-blocks/src/StoreApi/Routes/Checkout.php:73
Method: Get method arguments for this REST route.
Source: packages/woocommerce-blocks/src/StoreApi/Routes/Checkout.php:82
Method: Prepare a single item for response. Handles setting the status based on the payment result.
Source: packages/woocommerce-blocks/src/StoreApi/Routes/Checkout.php:135
Method: Convert the cart into a new draft order, or update an existing draft order, and return an updated cart response.
Source: packages/woocommerce-blocks/src/StoreApi/Routes/Checkout.php:165
Method: Update the current order.
Source: packages/woocommerce-blocks/src/StoreApi/Routes/Checkout.php:186
Method: Update and process an order.
Source: packages/woocommerce-blocks/src/StoreApi/Routes/Checkout.php:216