Skip to main content
PATCH
Update merchant

Authorizations

Authorization
string
header
required

API key authentication. Include your API key as a Bearer token.

Example: Bearer sk_prod_xxxxxx

Get your API key from the Stell Dashboard.

Path Parameters

merchantId
string
required

Body

application/json
name
string

Update merchant business name

Required string length: 1 - 200
externalId
string

Update external system identifier

Minimum string length: 1
location
object

Update physical location details

status
enum<string>

Update merchant operational status

Available options:
PREACTIVE,
ACTIVE,
INACTIVE,
CLOSED

Response

200 response

Response envelope carrying a merchant.

data
MerchantModel · object
required

Brand or business unit within a company.

requestId
string
required

Unique request identifier for debugging

Pattern: ^[0-9A-Z]{26}$