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

Prodigi Orders API

Create, retrieve, list, and act on print orders.

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

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

This API exposes 8 operations across 7 paths, and defines 14 schemas. It is described by OpenAPI 3.2.0, at version 4.0.

Requests are made against 2 base URLs: https://api.prodigi.com/v4.0, https://api.sandbox.prodigi.com/v4.0.

8 operations 7 paths 14 schemas 3 GET5 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
4.0
Base URL
https://api.prodigi.com/v4.0
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

Prodigi Orders API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-API-Key (ApiKeyAuth). By default, every request must be authenticated.

  • ApiKeyAuth — Your Prodigi API key, sent in the X-API-Key header on every request.

Paths & Operations 8

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

Orders 8

Create, retrieve, list, and act on print orders.

POST
/orders
Create a new print order.
createOrder body → 200400401
GET
/orders
List orders.
listOrders 6 params → 200401
GET
/orders/{orderId}
Retrieve a specific order.
getOrder 1 param → 200404
GET
/orders/{orderId}/actions
Get available actions for an order.
getOrderActions 1 param → 200
POST
/orders/{orderId}/actions/cancel
Cancel an order.
cancelOrder 1 param → 200
POST
/orders/{orderId}/actions/updateShippingMethod
Update the shipping method of an order.
updateShippingMethod 1 param body → 200
POST
/orders/{orderId}/actions/updateRecipient
Update the recipient of an order.
updateRecipient 1 param body → 200
POST
/orders/{orderId}/actions/updateMetadata
Update the metadata of an order.
updateMetadata 1 param body → 200

Schemas 14

The contract defines 14 schemas that model the data the API accepts and returns. The most detailed are Order (15 properties), CreateOrderRequest (8 properties), OrderItem (7 properties), Shipment (7 properties). Each schema is shown below with its type and property counts.

ShippingMethod
string
The shipping service level for the order.
OrderItem
object
7 properties 4 required
ActionOutcomeResponse
object
2 properties
CreateOrderRequest
object
8 properties 3 required
OrderResponse
object
2 properties
Recipient
object
4 properties 2 required
Asset
object
4 properties 1 required
Cost
object
2 properties
OrderListResponse
object
2 properties
Address
object
6 properties 4 required
OrderStatus
object
3 properties
Order
object
15 properties
OrderActionsResponse
object
5 properties
Shipment
object
7 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

prodigi-orders-api-openapi.yml Raw ↑

Other APIs Prodigi publishes across the network.

Prodigi Products API
Prodigi Quotes API
Where this information came from

This is an independent, third-party profile of Prodigi Orders 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.