Service Orders
Create a service order
Only available with the Service Orders module enabled.
Creates a new service order. This endpoint allows you to create service orders with a customer, a service item, note and location.
🔒 Requires: services:write sales:write scopes
post/services
Request body
Example request
{
"assigned_user_id": "b1ed6158-f019-11e3-a0f5-b8ca3a64f8f4",
"customer_id": "06e35f89-3783-11e6-ec7e-13193f7bd2ed",
"item": {
"description": "Red mountain bike requiring brake service",
"initial_condition": "Brakes not functioning properly",
"item_id": "06e35f89-3783-11e6-ec7e-13193f7bd2ed",
"item_name": "Mountain Bike",
"serial_number": "MB2025-001"
},
"location": "Service Bay 2",
"notes": [
{
"body": "Customer requested bike before the weekend",
"created_at": "2026-01-27T10:00:00Z",
"is_visible_to_customer": true
},
{
"body": "Internal note: Check brake fluid levels"
}
],
"outlet_id": "348fff91-8c43-4599-812b-13636760895a",
"register_id": "b1e198a9-f019-11e3-a0f5-b8ca3a64f8f4",
"status": "NEW"
}Response
Service order created successfully