Resolve partner authority
The partner sees and acts only on assigned accounts, products, and transaction types.
A partner configures and executes an order or amendment using customer-specific catalog, pricing, and permissions while the merchant retains control.
The partner creates the order against an assigned customer account while the merchant’s portal permissions, pricing policy, audit trail, and commission model remain in control.
A reseller or implementation partner identifies a purchase, upgrade, renewal, or account-service opportunity.
The partner sees and acts only on assigned accounts, products, and transaction types.
Existing products, pricing, contracts, and entitlements shape the available order or amendment.
Exceptions route through the merchant’s approvals without breaking the partner workflow.
The standard commerce APIs record the order while the partner portal retains attribution for reporting and commission workflows.
POST /api/v1/orders
Idempotency-Key: req_partner_42
{
"organizationId": "org_2048",
"items": [{
"productId": "prod_analytics",
"quantity": 1,
"priceCents": 40000
}],
"totalCents": 40000,
"currency": "USD"
}201 Created
{
"id": "ord_partner_42",
"status": "confirmed",
"organizationId": "org_2048"
}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.