OUTCOME · Discover
What changes
Read-only owner-scoped projection of catalog products; 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/productsPURPOSE + BUSINESS CONTEXT
WHEN THIS CALL IS USEFUL
List one merchant's reusable catalog products before constructing invoice line items or presenting purchasable terms.
OUTCOME · Discover
Read-only owner-scoped projection of catalog products; 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_…
merchant_uuidqueryRequired32-character merchant identifierRequired 32-character owning merchant identifierEXAMPLEaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
cursorqueryOptional32-character hexadecimal cursorCursor returned by the preceding page. Omit it to use the documented default or unfiltered behavior.EXAMPLEeyJvZmZzZXQiOjUwfQ
limitqueryOptionalinteger · 1–200Maximum records; defaults to 50. Omit it to use the documented default or unfiltered behavior.Schema range: 0 to unboundedEXAMPLE50
statusqueryOptionalDRAFT | ACTIVE | ARCHIVEDExact product lifecycle filter. Omit it to use the documented default or unfiltered behavior.EXAMPLEACTIVE
qqueryOptionalstring · 1–200Name or SKU search, maximum 200 characters. Omit it to use the documented default or unfiltered behavior.EXAMPLEtreasury
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_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 ↗