OUTCOME · Discover
What changes
Read-only owner-scoped projection of merchant profiles; it cannot activate a merchant, publish a product, create checkout, assert payment, settle a wallet, fulfill an order, move value, or grant authority.
v2Merchant commerce
/api/v2/commerce/merchantsPURPOSE + BUSINESS CONTEXT
WHEN THIS CALL IS USEFUL
Discover owner-visible merchants and their review posture before selecting a merchant for catalog, invoice, wallet-observation, or settlement planning.
OUTCOME · Discover
Read-only owner-scoped projection of merchant profiles; it cannot activate a merchant, publish a product, create checkout, assert payment, settle a wallet, fulfill an order, move value, or grant authority.
WHY IT MATTERS
ISOLATION + AUTHORITY
Tenant, workspace, merchant, product, customer, invoice, checkout, collection wallet, payment, custody, treasury settlement, tax or compliance policy, and finality remain distinct. Merchant configuration or invoice state cannot authorize wallet signing, move funds, prove settlement, or grant publisher, matching, or trading authority.
BEFORE YOU CALL
WHAT TO DO NEXT
AGENT GUIDANCE
The exact deployed parameters, schemas, responses, security requirements, and Hybrid-Chain agent metadata are authoritative at this operation's production OpenAPI JSON Pointer. The readable tables below add integration guidance; the deployed OpenAPI controls if guidance and the machine contract ever differ.
Open the authoritative production contract ↗EXTENDED INTEGRATION GUIDANCE
Examples illustrate integration intent; the referenced OpenAPI operation and component schemas define the executable shape.
PARAMETERS
AuthorizationheaderRequiredBearer tokenCredential containing commerce:read authority.EXAMPLEBearer hc_live_…
cursorqueryOptional32-character hexadecimal cursor · nullableCursor returned by the preceding page; reuse only with identical filters.EXAMPLEeyJvZmZzZXQiOjUwfQ
limitqueryOptionalinteger · 1–200 · nullableMaximum records to return; defaults to 50 and cannot exceed 200.Schema range: 0 to unboundedEXAMPLE50
statusqueryOptionalPENDING_REVIEW | ACTIVE | SUSPENDED | REJECTED | ARCHIVED · nullableExact resource lifecycle filter. Omit it to use the documented default or unfiltered behavior.EXAMPLEACTIVE
merchant_uuidqueryOptionalstring · nullableMerchant owner required by product, invoice, and rotational-wallet collections.
qqueryOptionalstring · 1–200 · nullableMerchant/catalog text search; unavailable for invoice and wallet collections.EXAMPLEtreasury
external_order_referencequeryOptionalstring · nullableExact merchant order reference for invoice reconciliation.
network_idqueryOptionalstring · nullableExplicit Hybrid network boundary required for operational and rotational wallets.
wallet_typequeryOptionalstring · nullableOptional operational-wallet purpose boundary. Omit it to use the documented default or unfiltered behavior.
X-Request-IDheaderOptionalstringOptional caller correlation identifier. The gateway emits the effective value on the response.
RESPONSES
{}{
"code": "invalid_credentials",
"message": "the supplied Hybrid credential is invalid"
}invalid_credentials{
"code": "invalid_credentials",
"message": "the supplied Hybrid credential is invalid"
}invalid_credentials{
"code": "invalid_credentials",
"message": "the supplied Hybrid credential is invalid"
}invalid_credentialsOPERATIONAL NOTES
This route is implemented in canonical gateway source and appears in the production OpenAPI snapshot observed 2026-09-11T06:35:11.572Z. Authentication, tenant, feature, venue, and market policy still apply.
Verify the exact production OpenAPI operation ↗Return to the V2 directory ↗