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

Phasio Manufacturer Order Controller API

API for managing manufacturing orders and their lifecycle

Phasio Manufacturer Order Controller API is one of 92 APIs that Phasio publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Manufacturer Order Controller. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 25 operations across 21 paths, and defines 51 schemas. It is described by OpenAPI 3.2.0, at version 1.0.

Requests are made against a single base URL, https://m-api.eu.phas.io.

25 operations 21 paths 51 schemas 2 DELETE4 GET12 PATCH6 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0
Base URL
https://m-api.eu.phas.io/api/manufacturer/v1
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Phasio Manufacturer Order Controller API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (Phasio_API_Bearer_Token). By default, every request must be authenticated.

Paths & Operations 25

Across 21 paths, the API surfaces 25 operations — 2 DELETE, 4 GET, 12 PATCH, 6 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Manufacturer Order Controller 25

API for managing manufacturing orders and their lifecycle

PUT
/api/manufacturer/v1/order/{id}/edit
Edit a confirmed or paid order
editOrder 1 param body → 200400401404
GET
/api/manufacturer/v1/order
Get orders with filtering
get_7 5 params → 200400
POST
/api/manufacturer/v1/order
Create a new order
create_10 3 params body → 200400401
POST
/api/manufacturer/v1/order/{id}/resend-estimate
resendEstimate 2 params → 200
POST
/api/manufacturer/v1/order/{id}/payment
Create payment for an order
createPayment 1 param → 200400
POST
/api/manufacturer/v1/order/{id}/convert
Convert a draft quote into an open quote
convertDraftToOpen 1 param → 200400404
POST
/api/manufacturer/v1/order/{id}/confirmation
sendOrderConfirmation 1 param → 200
POST
/api/manufacturer/v1/order/{id}/clone
Clone an order
clone 1 param → 200404
GET
/api/manufacturer/v1/order/{id}
Get order by ID
getById_2 1 param → 200404
DELETE
/api/manufacturer/v1/order/{id}
Delete an order
delete_9 1 param → 200400
PATCH
/api/manufacturer/v1/order/{id}
Update an existing order
update_13 1 param body → 200400401404
PATCH
/api/manufacturer/v1/order/{id}/unarchive
Unarchive an order
unarchive 1 param → 200400404
PATCH
/api/manufacturer/v1/order/{id}/shipment
Update order shipment
updateShipment 1 param body → 200400401404
PATCH
/api/manufacturer/v1/order/{id}/purchase-order
Update purchase order
updatePurchaseOrder 2 params body → 200400404
PATCH
/api/manufacturer/v1/order/{id}/payment/confirm
Confirm order payment
markPaymentConfirmed 3 params body → 200400404
PATCH
/api/manufacturer/v1/order/{id}/owner
Update order owner
updateOwner 1 param body → 200400404
PATCH
/api/manufacturer/v1/order/{id}/kanban-column
Update order kanban column
updateKanbanColumn 1 param body → 204400404
DELETE
/api/manufacturer/v1/order/{id}/discount
Remove discount from an order
removeDiscount 1 param → 204400404
PATCH
/api/manufacturer/v1/order/{id}/discount
Apply discount to an order
applyDiscount 1 param body → 204400404
PATCH
/api/manufacturer/v1/order/{id}/custom-reference
Update order custom reference
updateCustomReference 1 param body → 200404
PATCH
/api/manufacturer/v1/order/{id}/bypass-purchasability-check
Bypass purchasability checks for an order
bypassPurchasabilityChecks 1 param → 200400404
PATCH
/api/manufacturer/v1/order/{id}/awaiting-status
Update order awaiting status
updateAwaitingStatus 1 param body → 200400404
PATCH
/api/manufacturer/v1/order/{id}/archive
Archive an order
archive 1 param body → 200400404
GET
/api/manufacturer/v1/order/{id}/purchasability
Validate order purchasability
validateOrderPurchasability 1 param → 200400404
GET
/api/manufacturer/v1/order/{id}/manufacturability
Validate part manufacturability for an order
validatePartManufacturabilityForOrder 1 param → 200404

Schemas 51

The contract defines 51 schemas that model the data the API accepts and returns. The most detailed are OrderDto (33 properties), RequisitionDto (18 properties), CustomerAddressDto (18 properties), CreateOrderDto (16 properties). Each schema is shown below with its type and property counts.

CreateHourlyExpenseDto
4 required
CreateRequisitionConstraintDto
object
1 property 1 required
CreateGenericDiscountDto
6 required
CreateInstantDiscountDto
3 required
KanbanColumnDto
object
7 properties 7 required
TrackingDto
object
3 properties 3 required
CarrierAccountShipmentDto
1 required
ExpenseDto
object
4 properties 3 required
CreateDiscountDto
object
2 properties 2 required
OrderTaxComponentDto
object
6 properties 6 required
Paginated
object
8 properties 8 required
ShipmentDto
object
7 properties 1 required
PartManufacturabilityWarningsDto
object
1 property 1 required
CreateRequisitionDto
object
16 properties 10 required
CreatedPaymentDto
object
11 properties 5 required
OrderTaxDto
object
7 properties 6 required
GenerateShippingLabelDto
3 required
CreateRequisitionCommentDto
2 required
UpdateOrderShipmentDto
object
Shipment details
2 properties 1 required
RequisitionDto
object
18 properties 13 required
CreateCustomerDiscountDto
6 required
OrderDto
object
33 properties 16 required
ArchiveOrderDto
object
Archive details including optional message
2 properties 1 required
CreateFixedExpenseDto
5 required
CreateOrderResponseDto
object
2 properties 1 required
KanbanColumnAutomationDto
object
5 properties 5 required
CreateRequisitionPostProcessingDto
object
2 properties 2 required
OrderPurchasabilityDto
object
7 properties 7 required
UpdateOrderKanbanColumnDto
object
Kanban column details
3 properties 3 required
CustomerAddressDto
object
18 properties
UpdateCustomReferenceDto
object
1 property
UpdateOrderOwnerDto
object
1 property
ConstraintDto
object
5 properties 5 required
CreateLocationCommentDto
11 required
PartManufacturabilityDto
object
4 properties 4 required
PartManufacturabilityValuesDto
object
3 properties
CreateOrderDto
object
Updated order details
16 properties 7 required
CreateAssemblyRequisitionDto
object
3 properties 3 required
SelfCollectionShipmentDto
1 required
FixedPriceShipmentDto
1 required
PartManufacturabilityLimitsDto
object
2 properties 2 required
EditOrderDto
object
Edit order details
10 properties 5 required
CreateFixedOrientationRequisitionConstraintDto
2 required
KanbanColumnAutomationRequestDto
object
1 property 1 required
CreateExpenseDto
object
3 properties 2 required
CreateOrderCommentDto
object
4 properties 2 required
UpdateAwaitingStatusDto
object
Status update information
3 properties 1 required
AssemblyRequisitionDto
object
8 properties 7 required
UpdateOrderDiscountDto
object
Discount details to apply
1 property 1 required
FixedOrientationConstraintDto
6 required
DiscountDto
object
6 properties 5 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

phasio-manufacturer-order-controller-api-openapi.yml Raw ↑

Other APIs Phasio publishes across the network.

Phasio Activity Internal API
Phasio Addresses API
Phasio cart-resource API
Phasio constraint-resource API
Phasio Customer Activity Controller API
Phasio Customer Addresses API
Phasio Customer Analytics Controller API
Phasio Customer Assembly Controller API
Phasio Customer Authentication API
Phasio Customer Cart Controller API
Phasio Customer Cart Item Controller API
Phasio Customer Catalog Controller API
Where this information came from

This is an independent, third-party profile of Phasio Manufacturer Order Controller 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.