You're viewing a demo portfolio

Join the waitlist
PRSM

select_shipping_option

Active

Tool 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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Synchronity

https://github.com/themewireco/synchronity

2/7 registries
View full server →