Resolve the commercial catalog
The agent retrieves products, prices, compatibility, and availability through a structured contract.
An authorized procurement agent discovers an eligible product, validates the commercial rules, and creates a governed order without scraping a storefront.
The order is recorded against the represented account and the agent receives the documented payment or subscription actions required to complete fulfillment.
A buyer delegates a purchase objective and spending limit to an AI procurement agent.
The agent retrieves products, prices, compatibility, and availability through a structured contract.
PeakCommerce applies the API key scope plus catalog, account, pricing, and discount policies.
The order records the approved products, quantity, price, currency, and represented account with retry protection.
The response directs the caller to the documented subscription or payment action required for the purchase.
POST /api/v1/orders
Idempotency-Key: req_4f8a
{
"organizationId": "org_2048",
"items": [{
"productId": "prod_growth_annual",
"quantity": 1,
"priceCents": 480000
}],
"totalCents": 480000,
"currency": "USD"
}201 Created
{
"id": "ord_8c4d2e",
"status": "confirmed",
"nextActions": ["create_subscription"]
}Availability and downstream effects depend on the billing and product integrations configured for the tenant.
Start with this workflow already selected, then identify the billing, customer, and product systems involved in executing it.