Web Services: New Manufacturing Endpoint
MYOB Acumatica 2025.1 provides the new MANUFACTURING/25.100.001 endpoint. A developer can review this endpoint and obtain its OpenAPI specification on the Web Service Endpoints (SM207060) form, which is shown in the following screenshot.

The endpoint includes the new ProductionOrderDatesProcess entity. The developer can use this entity to update dates in released production orders and operations in a single request. (If the developer uses the ProductionOrder entity to update dates, they need to perform three API requests to update the dates in one production order.)
By using the new endpoint, the developer can also obtain the scheduling details of production orders through the following new fields:
- ProductionOrderDetail.EndDate
- ProductionOrderDetail.SchedulingMethod
- ProductionOrderDetail.StartDate
- OrderOperationDetail.EndDate
- OrderOperationDetail.StartDate