Merchants - Merchant
Get Merchants
GET
/v1/merchants
X-Violet-Token
X-Violet-App-Secret
X-Violet-App-Id
curl --request GET \
--url https://sandbox-api.violet.io/v1/merchants
{
"content": [
{
"annual_revenue": "L_E_100K",
"billing_configured": "boolean",
"category": "OTHER",
"commission_rate": "number",
"connection_status": "NOT_CONNECTED",
"custom_store_url": "string",
"date_created": "string",
"date_last_modified": "string",
"default": "boolean",
"default_country_code": "string",
"default_currency": "string",
"default_language_code": "string",
"default_size_unit": "INCHES",
"default_state_code": "string",
"default_weight_unit": "INCHES",
"distribution_type": "PUBLIC",
"email": "string",
"external_id": "string",
"featured": "boolean",
"id": "integer",
"logo": "string",
"merchant_name": "string",
"platform": "shopify",
"referral_source": "VIOLET",
"shipping_configured": "boolean",
"status": "inactive",
"store_url": "string",
"taxes_configured": "boolean",
"user_id": "integer",
"verified": "boolean"
}
],
"empty": "boolean",
"first": "boolean",
"last": "boolean",
"number": "integer",
"number_of_elements": "integer",
"pageable": {
"offset": "integer",
"page_number": "integer",
"page_size": "integer",
"paged": "boolean",
"sort": {
"empty": "boolean",
"sorted": "boolean",
"unsorted": "boolean"
},
"unpaged": "boolean"
},
"size": "integer",
"sort": {
"empty": "boolean",
"sorted": "boolean",
"unsorted": "boolean"
},
"total_elements": "integer",
"total_pages": "integer"
}
Retrieve all merchants that you are connected to.
Headers
X-Violet-Token
string
X-Violet-App-Secret
string
X-Violet-App-Id
integer
Query Parameters
page
Default: "1"integer
size
Default: "20"integer
Response
200 - application/json
content
object[]
empty
boolean
first
boolean
last
boolean
number
integer
number_of_elements
integer
pageable
object
size
integer
sort
object
total_elements
integer
total_pages
integer
curl --request GET \
--url https://sandbox-api.violet.io/v1/merchants
{
"content": [
{
"annual_revenue": "L_E_100K",
"billing_configured": "boolean",
"category": "OTHER",
"commission_rate": "number",
"connection_status": "NOT_CONNECTED",
"custom_store_url": "string",
"date_created": "string",
"date_last_modified": "string",
"default": "boolean",
"default_country_code": "string",
"default_currency": "string",
"default_language_code": "string",
"default_size_unit": "INCHES",
"default_state_code": "string",
"default_weight_unit": "INCHES",
"distribution_type": "PUBLIC",
"email": "string",
"external_id": "string",
"featured": "boolean",
"id": "integer",
"logo": "string",
"merchant_name": "string",
"platform": "shopify",
"referral_source": "VIOLET",
"shipping_configured": "boolean",
"status": "inactive",
"store_url": "string",
"taxes_configured": "boolean",
"user_id": "integer",
"verified": "boolean"
}
],
"empty": "boolean",
"first": "boolean",
"last": "boolean",
"number": "integer",
"number_of_elements": "integer",
"pageable": {
"offset": "integer",
"page_number": "integer",
"page_size": "integer",
"paged": "boolean",
"sort": {
"empty": "boolean",
"sorted": "boolean",
"unsorted": "boolean"
},
"unpaged": "boolean"
},
"size": "integer",
"sort": {
"empty": "boolean",
"sorted": "boolean",
"unsorted": "boolean"
},
"total_elements": "integer",
"total_pages": "integer"
}