update_shipping_option
Update shipping option details in your store by providing the option ID and any fields to change.
Instructions
Update an existing shipping option in your Karrito store. Requires KARRITO_API_KEY environment variable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Shipping option ID to update | |
| name | No | New shipping option name | |
| price | No | New shipping price | |
| isActive | No | Whether this shipping option is active | |
| description | No | New description | |
| estimatedDays | No | New estimated delivery time in days |