reseller-orders
Place a new order
Create a new order for one or more service offers. Each offer will be sent to its respective provider for fulfillment. You can only order offers that are available to your reseller team.
POST
Place a new order
Authorizations
Team API key for authentication. Your team role (provider/reseller/hybrid) determines which endpoints you can access.
Body
application/json
Array of items to order (offers)
Example:
[
{
"offerId": "123e4567-e89b-12d3-a456-426614174000"
}
]Service address for installation
Customer information
Additional notes for the order
Example:
"Customer prefers morning installations"
Additional metadata for the order
Example:
{
"referralSource": "property-listing",
"unitNumber": "4B"
}Response
Order successfully created
Place a new order