v46

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-011274550.0 KB
Orders

Complete a service on an order item

Update the status of a specific service within an order item. When all services are fulfilled, the parent order is automatically marked as fulfilled. Requires either an orderAccessCode (SPA) or providerId for authorization.

patch/v1/order-items/{orderItemId}/complete-service

Path parameters

orderItemIdstring required

The order item ID

Request body

orderAccessCodestring

Order access code for SPA authorization

providerIdstring

Provider ID for logged-in provider authorization

serviceIdstring required

The service ID to mark as complete/incomplete

status'order_fulfilled' | 'order_accepted' required

The new status for the service

Response

Default Response

successboolean required
messagestring required