Merchant
Search Merchants
Overview
Login
- Access
Merchants
- Merchant
- Configuration
- Onboarding
- Explore
Catalog
- Offers
- SKUs
- Categories
- Collections
- Currencies
Orders & Checkout
- Carts
- Cart Items
- Cart Customer
- Cart Discounts
- Cart Shipping
- Cart Pricing
- Cart Payment
- Cart Completion
- Orders
- Order Refunds
- Order Cancellations
- Transfers
Payments
- Payout Accounts
- Distributions
- Transfers
Events
- Webhooks
- Webhook Events
- Webhook Headers
Apps
- Merchant/App Installs
- Commission Rates
Operations
- Connection
Relay
- Shipping
Ecom Syncs
- Offers
Merchant
Search Merchants
POST
/
merchants
/
search
curl --request POST \
--url https://sandbox-api.violet.io/v1/merchants/search \
--header 'Content-Type: application/json' \
--data '{
"id": 123,
"name": "<string>",
"commission_rate_min": 123,
"commission_rate_max": 123,
"status": "ANY",
"sort_by": "<string>",
"sort_direction": "<string>"
}'
{
"content": [
{
"id": 123,
"merchant_name": "<string>",
"email": "<string>",
"user_id": 123,
"platform": "OTHER",
"platform_plan": "<string>",
"store_url": "<string>",
"custom_store_url": "<string>",
"verified": true,
"status": "INACTIVE",
"default_currency": "<string>",
"default_country_code": "<string>",
"default_state_code": "<string>",
"default_language_code": "<string>",
"commission_rate": 123,
"date_created": "2023-11-07T05:31:56Z",
"date_last_modified": "2023-11-07T05:31:56Z",
"external_id": "<string>",
"distribution_type": "PUBLIC",
"default_weight_unit": "INCHES",
"default_size_unit": "INCHES",
"referral_source": "VIOLET",
"logo": "<string>",
"category": "OTHER",
"featured": true,
"connection_status": "NOT_CONNECTED",
"shipping_configured": true,
"taxes_configured": true,
"default": true,
"merchantDisabled": true,
"billing_configured": true
}
],
"last": true,
"total_pages": 123,
"total_elements": 123,
"first": true,
"number_of_elements": 123,
"size": 123,
"number": 123,
"empty": true,
"next_page_cursor": "<string>",
"pageable": {
"page_number": 123,
"page_size": 123,
"sort": {
"unsorted": true,
"sorted": true,
"empty": true
},
"offset": 123,
"paged": true,
"unpaged": true
},
"sort": {
"unsorted": true,
"sorted": true,
"empty": true
}
}
Search for merchants you are connected to given certain filter criteria.
Body
application/json
Response
default - application/json
default response
The response is of type object
.
Was this page helpful?
curl --request POST \
--url https://sandbox-api.violet.io/v1/merchants/search \
--header 'Content-Type: application/json' \
--data '{
"id": 123,
"name": "<string>",
"commission_rate_min": 123,
"commission_rate_max": 123,
"status": "ANY",
"sort_by": "<string>",
"sort_direction": "<string>"
}'
{
"content": [
{
"id": 123,
"merchant_name": "<string>",
"email": "<string>",
"user_id": 123,
"platform": "OTHER",
"platform_plan": "<string>",
"store_url": "<string>",
"custom_store_url": "<string>",
"verified": true,
"status": "INACTIVE",
"default_currency": "<string>",
"default_country_code": "<string>",
"default_state_code": "<string>",
"default_language_code": "<string>",
"commission_rate": 123,
"date_created": "2023-11-07T05:31:56Z",
"date_last_modified": "2023-11-07T05:31:56Z",
"external_id": "<string>",
"distribution_type": "PUBLIC",
"default_weight_unit": "INCHES",
"default_size_unit": "INCHES",
"referral_source": "VIOLET",
"logo": "<string>",
"category": "OTHER",
"featured": true,
"connection_status": "NOT_CONNECTED",
"shipping_configured": true,
"taxes_configured": true,
"default": true,
"merchantDisabled": true,
"billing_configured": true
}
],
"last": true,
"total_pages": 123,
"total_elements": 123,
"first": true,
"number_of_elements": 123,
"size": 123,
"number": 123,
"empty": true,
"next_page_cursor": "<string>",
"pageable": {
"page_number": 123,
"page_size": 123,
"sort": {
"unsorted": true,
"sorted": true,
"empty": true
},
"offset": 123,
"paged": true,
"unpaged": true
},
"sort": {
"unsorted": true,
"sorted": true,
"empty": true
}
}