POST /conversations/{conversation_id}/offer
Make an offer to the other participant in the conversation
Servers
- https://api.reverb.com/api
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
conversation_id |
String | Yes |
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
| Name | Type | Required | Description |
|---|---|---|---|
price |
Object | No | |
price.amount |
String | Yes |
The amount of money being expressed, as a POSIX-compliant decimal number |
price.currency |
String | Yes |
The currency the money will be expressed in Valid values:
|
shipping_price |
Object | No |
Shipping price (sellers only) |
shipping_price.amount |
String | Yes |
The amount of money being expressed, as a POSIX-compliant decimal number |
shipping_price.currency |
String | Yes |
The currency the money will be expressed in Valid values:
|
layaway_terms_slug |
String | No | |
message |
String | No |
Message to include with counter offer |
quantity |
String | No | |
recipient_id |
String | No |
ID of the recipient of the offer. Required if you are the seller pushing an offer to a buyer. |
offer_items[] |
Array | No | |
offer_items[].price |
String | Yes | |
offer_items[].shipping_price |
String | Yes | |
offer_items[].listing_id |
String | Yes | |
region_code |
String | No | |
country_code |
String | No |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.