Get a Green Gooding rental quote
get_quoteCompute a price quote for a rental and return a signed checkout URL the user can click to land in the booking form with dates, delivery option, and coupon pre-filled. The user confirms identity and pays through normal Stripe flow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | Yes | ISO 8601 end datetime, must be after start_date | |
| product_id | Yes | Product id from search_products | |
| start_date | Yes | ISO 8601 start datetime | |
| coupon_code | No | Optional platform-wide coupon code | |
| delivery_option_id | No | Optional delivery/pickup option id from get_pickup_zones |