PUT /shop
Update your shop profile
Servers
- https://api.reverb.com/api
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 |
|---|---|---|---|
legal_country_code_confirmed |
Boolean | No |
Valid values:
|
name |
String | No | |
shop_type |
String | No |
Valid values:
|
description |
String | No | |
shipping_policy |
String | No | |
website |
String | No | |
legal_country_code |
String | No |
Valid values:
|
payment_policy |
String | No | |
currency |
String | No |
Valid values:
|
address |
Object | No | |
address.region |
String | No | |
address.locality |
String | No | |
address.name |
String | No | |
address.street_address |
String | No | |
address.phone |
String | No | |
address.postal_code |
String | No | |
address.country_code |
String | No | |
address.extended_address |
String | No | |
return_policy |
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.