How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Shopmonkey Work Orders API

Create and manage repair orders, order line items (services, parts, labor, fees, tires, subcontracts), authorizations, files, and PDFs.

Shopmonkey Work Orders API is one of 9 APIs that Shopmonkey publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Work Orders. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 22 operations across 16 paths, and defines 3 schemas. It is described by OpenAPI 3.2.0, at version v3.

Requests are made against a single base URL, https://api.shopmonkey.cloud/v3.

22 operations 16 paths 3 schemas 2 DELETE8 GET1 PATCH6 POST5 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
v3
Base URL
https://api.shopmonkey.cloud/v3
Authentication
HTTP Bearer
Contact
Resource Areas
1

Authentication & Security 1

Shopmonkey Work Orders API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — API key generated in the Shopmonkey web app under Settings Integration API Keys, sent as Authorization: Bearer .

Paths & Operations 22

Across 16 paths, the API surfaces 22 operations — 2 DELETE, 8 GET, 1 PATCH, 6 POST, 5 PUT. Each is listed below with its method, path, parameters, and response codes.

Work Orders 22

Create and manage repair orders, order line items (services, parts, labor, fees, tires, subcontracts), authorizations, files, and PDFs.

GET
/order
Find all Orders
listOrders → 200401
POST
/order
Create one Order
createOrder body → 200401422
GET
/order/{id}
Find one Order by id
getOrder 1 param → 200404
PUT
/order/{id}
Update one Order by id
updateOrder 1 param body → 200
PATCH
/order/{id}/{action}
Apply a status action to an Order
transitionOrder 2 params → 200
PUT
/order/{id}/move
Move an Order
moveOrder 1 param → 200
POST
/order/{id}/calculated_pricing
Calculate pricing for an Order
calculateOrderPricing 1 param → 200
GET
/order/{id}/authorization
Find Order authorizations
listOrderAuthorizations 1 param → 200
POST
/order/{id}/authorization
Request an Order authorization
createOrderAuthorization 1 param → 200
PUT
/order/{id}/authorization/{authorizationId}
Update an Order authorization
updateOrderAuthorization 2 params → 200
POST
/order/{id}/file
Attach a file to an Order
addOrderFile 1 param → 200
DELETE
/order/{id}/file/{fileId}
Remove a file from an Order
deleteOrderFile 2 params → 200
GET
/order/{id}/pdf
Get the Order as a PDF
getOrderPdf 1 param → 200
GET
/order/{orderId}/service
Find all Services on an Order
listOrderServices 1 param → 200
POST
/order/{orderId}/service
Add a Service to an Order
addOrderService 1 param → 200
PUT
/order/{orderId}/service/{id}
Update a Service on an Order
updateOrderService 2 params → 200
DELETE
/order/{orderId}/service/{id}
Remove a Service from an Order
deleteOrderService 2 params → 200
GET
/order/{orderId}/part
Find all Parts on an Order
listOrderParts 1 param → 200
POST
/order/{orderId}/part
Add a Part to a Service on an Order
addOrderPart 1 param → 200
PUT
/order/{orderId}/part_bulk
Update Bulk Parts for an Order
bulkUpdateOrderParts 1 param → 200
GET
/customer/{id}/order
Retrieve orders associated with a specific customer
listCustomerOrders 1 param → 200
GET
/vehicle/{id}/orders
List service orders for a vehicle
listVehicleOrders 1 param → 200

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are Order (9 properties), Error (4 properties), OrderInput (3 properties). Each schema is shown below with its type and property counts.

Error
object
MODELED from the documented error shape on shopmonkey.dev/overview.
4 properties
OrderInput
object
3 properties 3 required
Order
object
MODELED - core fields inferred from documented relationships (customer/vehicle/location) and search/list endpoints; not a field-complete schema.
9 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

shopmonkey-work-orders-api-openapi.yml Raw ↑

Other APIs Shopmonkey publishes across the network.

Shopmonkey Appointments API
Shopmonkey Customers API
Shopmonkey Employees API
Shopmonkey Inventory & Parts API
Shopmonkey Invoices & Payments API
Shopmonkey Locations API
Shopmonkey Vehicles API
Shopmonkey Webhooks API
Where this information came from

This is an independent, third-party profile of Shopmonkey Work Orders API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.