Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Invendor Orders API

The Orders API from Invendor — 15 operation(s) for orders.

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

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

This API exposes 18 operations across 15 paths, and defines 21 schemas. It is described by OpenAPI 3.0.1, at version 1.0.

Requests are made against the base URL https://api.invendor.com.

18 operations 15 paths 21 schemas 2 DELETE3 GET11 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
1.0
Base URL
https://api.invendor.com
Authentication
OAuth 2.0
Resource Areas
1

Authentication & Security 1

Invendor Orders API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (OAuth2) using the authorizationCode flow, exposing 1 scope. By default, every request must be authenticated.

Paths & Operations 18

Across 15 paths, the API surfaces 18 operations — 2 DELETE, 3 GET, 11 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

Orders 18
GET
/v1/Orders
GetAllOrders 9 params → 200400401403
GET
/v1/Orders/{orderId}
GetOrder 2 params → 200400401403
PUT
/v1/Orders/{orderId}
UpdateOrderDetails 2 params body → 200400401403
DELETE
/v1/Orders/{orderId}
DeleteOrder 2 params → 200400401403
POST
/v1/Orders/replenishment
CreateReplenishmentOrder 1 param body → 200400401403
POST
/v1/Orders/purchase
CreatePurchaseOrder 1 param body → 200400401403
POST
/v1/Orders/{orderId}/confirm
ConfirmOrder 2 params → 200400401403
POST
/v1/Orders/{orderId}/cancel
CancelOrder 2 params → 200400401403
POST
/v1/Orders/{orderId}/ship
ShipOrder 2 params → 200400401403
POST
/v1/Orders/{orderId}/receive
ReceiveOrder 2 params → 200400401403
POST
/v1/Orders/{orderId}/line
CreateOrderLine 2 params body → 201400401403
PUT
/v1/Orders/{orderId}/lines
UpdateOrderLines 2 params body → 200400401403
POST
/v1/Orders/{orderId}/line/{orderLineId}/cancel
CancelOrderLine 3 params → 200400401403
POST
/v1/Orders/{orderId}/complete
CompleteOrder 2 params → 200400401403
POST
/v1/Orders/{orderId}/journal/reception
CreateReceptionJournal 2 params body → 200400401403
POST
/v1/Orders/location/param
CreateOrUpdateOrderLocationParam 1 param body → 201400401403
GET
/v1/Orders/location/{locationId}/param
GetOrderLocationParam 2 params → 200400401403
DELETE
/v1/Orders/location/{locationId}/param
DeleteOrderLocationParam 2 params → 200400401403

Schemas 21

The contract defines 21 schemas that model the data the API accepts and returns. The most detailed are OrderDetailsResponse (18 properties), OrderListResponse (16 properties), OrderLineResponse (16 properties), UpdateOrderLineRequest (7 properties). Each schema is shown below with its type and property counts.

UpdateOrderLineRequest
object
7 properties
CreateOrUpdateOrderLocationParamRequest
object
3 properties
CreatePurchaseOrderRequest
object
5 properties
CreatePurchaseOrderLine
object
5 properties
OrderType
integer
CreateReplenishmentOrderLine
object
5 properties
OrderLocationParamResponse
object
4 properties
CreateOrderLineRequest
object
6 properties
Error
object
2 properties
OrderLineType
integer
OrderListResponse
object
16 properties
OrderDetailsResponse
object
18 properties
OrderLineResponse
object
16 properties
CreateReplenishmentOrderRequest
object
2 properties
OrderLineStatus
integer
OrderListResponsePagedResult
object
5 properties
UpdateOrderDetailsRequest
object
4 properties
CreateReceptionJournalForOrderRequest
object
1 property
OrderStatus
integer
ApiErrorResponse
object
1 property
InventDimDto
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

invendor-orders-api-openapi.yml Raw ↑

Other APIs Invendor publishes across the network.

Invendor Accounts API
Invendor Auth API
Invendor Barcodes API
Invendor Consumption API
Invendor DataJobs API
Invendor Devices API
Invendor Dimensions API
Invendor DimensionValues API
Invendor Doors API
Invendor DynamicScanContent API
Invendor ExtendedProperties API
Invendor FlagTypes API