Skip to main content
POST
Place a new order

Authorizations

x-api-key
string
header
required

Team API key for authentication. Your team role (provider/reseller/hybrid) determines which endpoints you can access.

Headers

idempotency-key
string
required
Idempotency-Key
string

Client-generated key for this checkout attempt. A repeat request with the same key (e.g. a network retry or double-click) returns the original order instead of creating a duplicate.

Body

application/json
items
Order Item · object[]
required

Array of items to order (offers)

Example:
serviceAddress
Service Address · object
required

Service address for installation

customerInfo
Customer Information · object
required

Customer information

notes
string

Additional notes for the order

Example:

"Customer prefers morning installations"

metadata
object

Additional metadata for the order

Example:

Response

Order successfully created