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

ingram-micro Orders API

Order management operations

ingram-micro Orders API is one of 5 APIs that ingram-micro 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 API documentation.

This API exposes 3 operations across 2 paths, and defines 4 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, https://api.ingrammicro.com/resellers/v6.

3 operations 2 paths 4 schemas 2 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://api.ingrammicro.com
Resource Areas
1

Paths & Operations 3

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

Orders 3

Order management operations

POST
/orders
Create Order
createOrder body → 201
GET
/orders
Get Vendor Orders
getVendorOrders → 200
GET
/orders/{orderId}
Get Order Status
getOrderStatus 1 param → 200

Schemas 4

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

VendorOrderList
object
1 property
VendorOrder
object
4 properties
OrderRequest
object
3 properties
Order
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

ingram-micro-orders-api-openapi.yml Raw ↑

Other APIs ingram-micro publishes across the network.

ingram-micro Catalog API
ingram-micro Inventory API
ingram-micro Pricing API
ingram-micro Shipments API