place_order
Submit a product order with offer ID, quantity, and shipping details. Optionally reference a negotiation session for a negotiated price.
Instructions
Place an order for a product. Requires offer ID, quantity, shipping address, and shipping method. Optionally reference a negotiation session for a negotiated price.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offer_id | Yes | The offer ID to order | |
| quantity | Yes | Number of units to order | |
| negotiation_session_id | No | Negotiation session ID if you negotiated a price | |
| shipping_country | Yes | ISO 3166-1 alpha-2 country code, e.g. "GB", "US" | |
| shipping_city | No | City name | |
| shipping_postal_code | No | Postal/ZIP code | |
| shipping_method | No | Shipping speed: standard, express, or next-day | standard |