CartController::select_shipping_rate( int|string $package_id, string $rate_id )

Selects a shipping rate.


Description Description


Parameters Parameters

$package_id

(Required) ID of the package to choose a rate for.

$rate_id

(Required) ID of the rate being chosen.


Top ↑

Source Source

File: packages/woocommerce-blocks/src/StoreApi/Utilities/CartController.php


			


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.