Nexeed

Order Management

    • Introduction
    • Glossary
    • API documentation
      • Public HTTP API
      • Restricted Public HTTP API
      • Public Event API
      • SRS Event API
      • Internal Event API
      • Deprecated endpoints overview
Order Management
  • Industrial Application System
  • Core Services
    • Block Management
    • Deviation Processor
    • ID Builder
    • Multitenant Access Control
    • Notification Service
    • Reporting Management
    • Ticket Management
    • Web Portal
  • Shopfloor Management
    • Andon Live
    • Global Production Overview
    • KPI Reporting
    • Operational Routines
    • Shift Book
    • Shopfloor Management Administration
  • Product & Quality
    • Product Setup Management
    • Part Traceability
    • Process Quality
    • Setup Specs
  • Execution
    • Line Control
    • Material Management
    • Order Management
    • Packaging Control
    • Rework Control
  • Intralogistics
    • AGV Control Center
    • Stock Management
    • Transport Management
  • Machine & Equipment
    • Condition Monitoring
    • Device Portal
    • Maintenance Management
    • Tool Management
  • Enterprise & Shopfloor Integration
    • Archiving Bridge
    • Data Publisher
    • Direct Data Link
    • Engineering UI
    • ERP Connectivity
    • Gateway
    • Information Router
    • Master Data Management
    • Orchestrator
Nexeed Learning Portal
  • Order Management
  • API documentation
  • Deprecated endpoints overview
✎

Deprecated API endpoints overview

The table below provides an overview of all deprecated API endpoints, including their alternatives, descriptions, the version they were deprecated with (IAS Distribution Version), and the planned removal (IAS Distribution Version).

Name Deprecated Endpoint Alternative Endpoint Description Deprecated with Version Planned Removal

GetOrderInfo

GET /api/v1/{tenantId}/compatibility/orderinfo

GET /api/v2/{tenantId}/compatibility/orderinfo

This endpoint has been replaced with a newer version.

v5.3.0 (2024.01)

2026.02

CloseActiveOrder

PATCH /api/v1/{tenantId}/compatibility/closeactiveorder

PATCH /api/v2/{tenantId}/compatibility/closeactiveorder

This endpoint has been replaced with a newer version.

v5.3.0 (2024.01)

2026.02

IncrementCounter

PATCH /api/v1/{tenantId}/compatibility/incrementcounter

PATCH /api/v2/{tenantId}/compatibility/incrementcounter

This endpoint has been replaced with a newer version.

v5.3.0 (2024.01)

2026.02

IncrementCounterV1

PATCH /api/v1/{tenantId}/compatibility/incrementcounterv1

PATCH /api/v2/{tenantId}/compatibility/incrementcounterv1

This endpoint has been replaced with a newer version.

v5.3.0 (2024.01)

2026.02

UpdateOrder

POST /api/v1/{tenantId}/compatibility/updateorder

POST /api/v2/{tenantId}/compatibility/updateorder

This endpoint has been replaced with a newer version.

v5.3.0 (2024.01)

2026.02

GetActiveOrder

GET /api/v1/{tenantId}/compatibility/getactiveorder

GET /api/v2/{tenantId}/compatibility/getactiveorder

This endpoint has been replaced with a newer version.

v5.3.0 (2024.01)

2026.02

GetProcessingDetails

GET /api/v1/{tenantId}/compatibility/getprocessingdetails

GET /api/v2/{tenantId}/compatibility/getprocessingdetails

This endpoint has been replaced with a newer version.

v5.3.0 (2024.01)

2026.02

FindOrders

POST /api/v1/{tenantId}/compatibility/findorders

POST /api/v2/{tenantId}/compatibility/findorders

This endpoint has been replaced with a newer version.

v5.3.0 (2024.01)

2026.02

GetOrder

GET /api/v1/{tenantId}/compatibility/getorder

GET /api/v2/{tenantId}/compatibility/getorder

This endpoint has been replaced with a newer version.

v5.3.0 (2024.01)

2026.02

GetStationOrderList

POST /api/v1/{tenantId}/compatibility/getstationorderlist

POST /api/v2/{tenantId}/compatibility/getstationorderlist

This endpoint has been replaced with a newer version.

v5.3.0 (2024.01)

2026.02

ActivateStationOrder

PATCH /api/v1/{tenantId}/compatibility/activatestationorder

PATCH /api/v2/{tenantId}/compatibility/activatestationorder

This endpoint has been replaced with a newer version.

v5.3.0 (2024.01)

2026.02

CloseStationOrder

PATCH /api/v1/{tenantId}/compatibility/closestationorder

PATCH /api/v2/{tenantId}/compatibility/closestationorder

This endpoint has been replaced with a newer version.

v5.3.0 (2024.01)

2026.02

UpdateCounter

PATCH /api/v1/{tenantId}/compatibility/updatecounter

PATCH /api/v2/{tenantId}/compatibility/updatecounter

This endpoint has been replaced with a newer version.

v5.3.0 (2024.01)

2026.02

DeleteOrder

DELETE /api/v1/{tenantId}/compatibility/order/{orderNumber}

DELETE /api/v2/{tenantId}/compatibility/order/{orderNumber}

This endpoint has been replaced with a newer version.

v5.3.0 (2024.01)

2026.02

ChangeOrderState

PATCH /api/v1/{tenantId}/compatibility/changeorderstate

PATCH /api/v2/{tenantId}/compatibility/changeorderstate

This endpoint has been replaced with a newer version.

v5.3.0 (2024.01)

2026.02

GetDistinctActiveInternal-​ProductSetupChangeoverTableNames

POST /api/v1/{tenantId}/reportscompatibility/distinctactiveinternalproductsetupchangeovertablenames

-

This endpoint is no longer supported.

v5.9.0 (2025.01.01)

2026.02

CreateOrUpdateIndividualCartUsages

POST /api/v1/{tenantId}/compatibility/cartmanagement/individual-cart-usages

PUT /api/v1/{tenantId}/cartusage

This endpoint has been replaced with a different one.

v5.9.0 (2025.01.01)

2026.02

GetOrdersHistory

POST /api/v1/{tenantId}/orders/history

POST /api/v2/{tenantId}/orders/history

This endpoint has been replaced with a newer version.

v5.9.0 (2025.01.01)

2026.02

GetOrderByNumber

GET /api/v1/{tenantId}/orders/{orderNumber}

GET /api/v2/{tenantId}/orders/{orderNumber}

This endpoint has been replaced with a newer version.

v5.9.0 (2025.01.01)

2026.02

GetActiveOrder

GET /api/v1/{tenantId}/orders/active

GET /api/v2/{tenantId}/orders/active

This endpoint has been replaced with a newer version.

v5.9.0 (2025.01.01)

2026.02

AddOrder

POST /api/v1/{tenantId}/orders

POST /api/v2/{tenantId}/orders

This endpoint has been replaced with a newer version.

v5.9.0 (2025.01.01)

2026.02

PatchOrder

PATCH /api/v1/{tenantId}/orders

PATCH /api/v2/{tenantId}/orders

This endpoint has been replaced with a newer version.

v5.9.0 (2025.01.01)

2026.02

UpdateOrder

PUT /api/v1/{tenantId}/orders

PUT /api/v2/{tenantId}/orders

This endpoint has been replaced with a newer version.

v5.9.0 (2025.01.01)

2026.02

GetOrders

POST /api/v1/{tenantId}/orders/query

POST /api/v2/{tenantId}/orders/query

This endpoint has been replaced with a newer version.

v5.9.0 (2025.01.01)

2026.02

ProcessStationCounterIncrement

POST /api/v1/{tenantId}/orders/stationorders/stationcounterincrement

POST /api/v2/{tenantId}/orders/stationorders/stationcounterincrement

This endpoint has been replaced with a newer version.

v5.9.0 (2025.01.01)

2026.02

GetStationOrders

GET /api/v1/{tenantId}/orders/{orderNumber}/stationorders

GET /api/v2/{tenantId}/orders/{orderNumber}/stationorders

This endpoint has been replaced with a newer version.

v5.9.0 (2025.01.01)

2026.02

ActivateStationOrder

POST /api/v1/{tenantId}/stationorders/activate

POST /api/v2/{tenantId}/stationorders/activate

This endpoint has been replaced with a newer version.

v5.9.0 (2025.01.01)

2026.02

ActivateStationOrderByConfirmationNo

POST /api/v1/{tenantId}/stationorders/activate/{confirmationNo}

POST /api/v2/{tenantId}/stationorders/activate/{confirmationNo}

This endpoint has been replaced with a newer version.

v5.9.0 (2025.01.01)

2026.02

CloseStationOrder

POST /api/v1/{tenantId}/stationorders/close

POST /api/v2/{tenantId}/stationorders/close

This endpoint has been replaced with a newer version.

v5.9.0 (2025.01.01)

2026.02

CloseStationOrderByConfirmationNo

POST /api/v1/{tenantId}/stationorders/close/{confirmationNo}

POST /api/v2/{tenantId}/stationorders/close/{confirmationNo}

This endpoint has been replaced with a newer version.

v5.9.0 (2025.01.01)

2026.02

Contents

© Robert Bosch Manufacturing Solutions GmbH 2023-2025, all rights reserved

Changelog Corporate information Legal notice Data protection notice Third party licenses