select_shipping_option
ActiveTool of Synchronity
declared in 0.2.0
Select one of the shipping options returned by set_shipping_address. Binds the rate to the cart so the total includes shipping; call before execute_checkout so the hosted checkout opens pre-filled.
Parameters schema
{
"type": "object",
"required": [
"site_id",
"cart_id",
"option_id"
],
"properties": {
"cart_id": {
"type": "string",
"description": "Cart ID"
},
"site_id": {
"type": "string",
"description": "Registered site ID"
},
"option_id": {
"type": "string",
"description": "option_id from cart.shipping_options"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Synchronity
https://github.com/themewireco/synchronity
2/7 registries