For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get Merchant by ID

Get Individual Merchant Info

Get Merchant

get
Path parameters
merchant_idinteger · int32Required
Query parameters
app_idinteger · int32Optional
Header parameters
X-Violet-TokenstringRequired
X-Violet-App-SecretstringRequired
X-Violet-App-Idinteger · int32Required
Responses
default

default response

application/json

Retailer selling goods

idinteger · int32Optional
merchant_namestring · min: 1 · max: 191Required

The name of the merchants business

emailstringRequired

The Merchants unique email address

user_idinteger · int64Required

The Id of the User who owns this Merchant Account

platformstring · enumRequired

The eCommerce platform this merchant uses

Possible values:
platform_planstringOptional

The eCommerce platform plan of the store

store_urlstringOptional

The URL of the Store

custom_store_urlstringOptional

The custom URL of the Store

verifiedbooleanOptionalDeprecated

If a user has verified their email address. Deprecated (not used will always be false)

statusstring · enumOptional

The status of the merchant

Possible values:
default_currencystringOptional

The default currency used by merchant

default_country_codestringOptional

The default country of origin of merchant

default_state_codestringOptional

The default state / province of origin of merchant

default_language_codestringOptional

The default language used by merchant

commission_ratenumber · doubleOptional

The default commission rate of the merchant

date_createdstring · date-timeOptional

Date of creation

date_last_modifiedstring · date-timeOptional

Date of last update

external_idstringOptional

ID of the Merchant on Ecommerce Platform

distribution_typestring · enumOptional

Determines if the merchants products are available to all apps or only available to apps of their choosing

Possible values:
default_weight_unitstring · enumOptional

Default Unit of Weight in the Merchants Store

Possible values:
default_size_unitstring · enumOptional

Default Unit of Size in the Merchants Store

Possible values:
referral_sourcestring · enumOptional

Source of the merchant referral

Possible values:
logostringOptional

URL of the merchants logo

categorystring · enumOptional

Merchant Category

Possible values:
featuredbooleanOptionalDeprecated

Featured Merchant. Deprecated (not used)

connection_statusstring · enumOptionalDeprecated

If a developers application has access to this merchant. Deprecated (not reliable) use connection health endpoint instead.

Possible values:
shipping_configuredbooleanOptionalDeprecated

The shipping status of the merchant. Deprecated (not reliable)

taxes_configuredbooleanOptionalDeprecated

The tax status of the merchant. Deprecated (not reliable)

defaultbooleanOptional

Is this a Users default merchant

merchantDisabledbooleanOptional
billing_configuredbooleanOptionalDeprecated

The billing status of the merchant. Deprecated (not reliable) use connection health endpoint instead.

get/merchants/{merchant_id}
default

default response

Last updated

Was this helpful?