Seller
Endpoints
GET /api/v1/seller/sessions
GET /api/v1/seller/sessionsPOST /api/v1/seller/sessions
POST /api/v1/seller/sessionsAuthorizations
X-API-KeystringRequired
Scoped API key. Scopes: read, commerce, admin.
Body
counterpartystringOptional
Label for the buyer agent's principal (audit)
sessionKeystringOptional
titlestringOptional
Responses
201
Sell session created
No content
401
API key missing or invalid
application/json
403
Insufficient scope (commerce required)
application/json
post/seller/sessions
No content
GET /api/v1/seller/sessions/{id}/messages
GET /api/v1/seller/sessions/{id}/messagesAuthorizations
X-API-KeystringRequired
Scoped API key. Scopes: read, commerce, admin.
Path parameters
idstringRequired
Sell session UUID
Responses
200
Ordered list of buyer and seller turns
No content
404
Sell session not found
application/json
get/seller/sessions/{id}/messages
No content
POST /api/v1/seller/sessions/{id}/messages
POST /api/v1/seller/sessions/{id}/messagesAuthorizations
X-API-KeystringRequired
Scoped API key. Scopes: read, commerce, admin.
Path parameters
idstringRequired
Sell session UUID
Body
messagestringRequired
The buyer agent's message
merchantNamestringOptional
catalogSummarystringOptional
requiredToClosestringOptional
allowCommitbooleanOptional
When false, the seller quotes/builds but does not commit
Responses
200
Seller reply with executed tool calls and token usage
No content
404
Sell session not found
application/json
503
Seller agent unavailable (no model key configured)
application/json
post/seller/sessions/{id}/messages
No content
Last updated
Was this helpful?
