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

Ordoro Order API

Orders are the main level of management in Ordoro. Orders have lines, warehouse associations and can be dropshipped or have labels created for them.

Ordoro Order API is one of 27 APIs that Ordoro 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 a GitHub repository.

This API exposes 38 operations across 25 paths, and defines 30 schemas. It is described by OpenAPI 3.2.0, at version 1.0.

Requests are made against a single base URL, https://api.ordoro.com/.

38 operations 25 paths 30 schemas 6 DELETE8 GET16 POST8 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0
Base URL
https://api.ordoro.com/
Resource Areas
1

Paths & Operations 38

Across 25 paths, the API surfaces 38 operations — 6 DELETE, 8 GET, 16 POST, 8 PUT. Each is listed below with its method, path, parameters, and response codes.

Order 38

Orders are the main level of management in Ordoro. Orders have lines, warehouse associations and can be dropshipped or have labels created for them.

GET
/v3/order/counts
Get order status counts
OrderCounts_GET → 200
GET
/v3/order/parent/{parent_order_number}
Get parent order information
OrderParentByParentOrderNumber_POST 1 param → 200
GET
/v3/order
Get a list of orders
Order_GET 70 params → 200
POST
/v3/order
Create an Order
Order_POST body → 201
GET
/v3/order/{order_number}
Retrieve an Order
OrderByOrderNumber_GET 1 param → 200
PUT
/v3/order/{order_number}
Update an Order's information
OrderByOrderNumber_PUT 1 param body → 200
POST
/v3/order/{order_number}/cancel
Cancel an order
OrderCancelByOrderNumber_POST 1 param → 200
POST
/v3/order/{order_number}/uncancel
Uncancel an order
OrderUncancelByOrderNumber_POST 1 param → 200
PUT
/v3/order/{order_number}/financial
Update an Order's financial information
OrderFinancialByOrderNumber_PUT 1 param body → 200
DELETE
/v3/order/{order_number}/shipping_info
Delete an Order's Shipping Information
OrderShippingInfoByOrderNumber_DELETE 1 param → 200
PUT
/v3/order/{order_number}/shipping_info
Update an Order's shipping information
OrderShippingInfoByOrderNumber_PUT 1 param body → 200
POST
/v3/order/{order_number}/shipping_info
Add Shipping Information to an Order
OrderShippingInfoByOrderNumber_POST 1 param body → 201
POST
/v3/order/{order_number}/mark_as_printed
Mark an order with a label as printed
OrderMarkAsPrintedByOrderNumber_POST 1 param → 200
POST
/v3/order/{order_number}/shipment_preset/{preset_id}
Add a preset to an order
OrderShipmentPresetByOrderNumberAndPresetId_POST 2 params → 201
DELETE
/v3/order/{order_number}/shipment_preset/{preset_id}
Remove a preset from an order
OrderShipmentPresetByOrderNumberAndPresetId_DELETE 2 params → 200
POST
/v3/order/{order_number}/return_preset/{preset_id}
Add a preset to an order
OrderReturnPresetByOrderNumberAndPresetId_POST 2 params → 201
DELETE
/v3/order/{order_number}/return_preset/{preset_id}
Remove a preset from an order
OrderReturnPresetByOrderNumberAndPresetId_DELETE 2 params → 201
POST
/v3/order/{order_number}/split
Split an Order
OrderSplitByOrderNumber_POST 1 param body → 201
POST
/v3/order/{order_number}/mark_as_shipped
Mark an order as shipped
OrderMarkAsShippedByOrderNumber_POST 1 param → 200
POST
/v3/order/{order_number}/mark_as_dropshipped
Mark an order as dropshipped
OrderMarkAsDropshippedByOrderNumber_POST 1 param body → 200
GET
/v3/order/{order_number}/dropship
Get dropship request for an order
OrderDropshipByOrderNumber_GET 1 param body → 200
POST
/v3/order/{order_number}/dropship
Create dropship request for an order
OrderDropshipByOrderNumber_POST 1 param body → 200
POST
/v3/order/{order_number}/process_dropshipments
Process dropshipments for an Order
OrderProcessDropshipmentsByOrderNumber_POST 1 param → 200
PUT
/v3/order/{order_number}/billing_address
Update an Order's Billing Address
OrderBillingAddressByOrderNumber_PUT 1 param body → 200
PUT
/v3/order/{order_number}/shipping_address
Update an Order's Shipping Address
OrderShippingAddressByOrderNumber_PUT 1 param body → 200
PUT
/v3/order/{order_number}/warehouse
Update an Order's Warehouse
OrderWarehouseByOrderNumber_PUT 1 param body → 200
POST
/v3/order/{order_number}/comment
Add a comment to an order
OrderCommentByOrderNumber_POST 1 param body → 200
GET
/v3/order/{order_number}/comment
Retrieve Comments
OrderCommentByOrderNumber_GET 1 param → 200
POST
/v3/order/{order_number}/line
Add an Order Line
OrderLineByOrderNumber_POST 1 param body → 201
PUT
/v3/order/{order_number}/line/{order_line_id}
Update an Order Line
OrderLineByOrderNumberAndOrderLineId_PUT 2 params body → 200
DELETE
/v3/order/{order_number}/line/{order_line_id}
Delete an Order Line
OrderLineByOrderNumberAndOrderLineId_DELETE 2 params → 200
POST
/v3/order/{order_number}/tag/{tag_id}
Add a tag to an order
OrderbyOrderNumberAndTagByID_POST 2 params → 200
DELETE
/v3/order/{order_number}/tag/{tag_id}
Remove tag from order
OrderbyOrderNumberAndTagByID_DELETE 2 params → 200
GET
/v3/order/tag
List Order Tags
ReturnOrderTag_GET 2 params → 200
POST
/v3/order/tag
Create an Order Tag
ReturnOrderTag_POST body → 201
GET
/v3/order/tag/{tagNamePath}
Get an Order Tag By Name
ReturnOrderTagWithName_GET body → 200
PUT
/v3/order/tag/{tagNamePath}
Update an Order Tag
ReturnOrderTag_PUT body → 200
DELETE
/v3/order/tag/{tagNamePath}
Delete an Order Tag
ReturnOrderTag_DELETE → 200

Schemas 30

The contract defines 30 schemas that model the data the API accepts and returns. The most detailed are order (42 properties), shipping_info (36 properties), post_order_v1 (24 properties), parent_order (20 properties). Each schema is shown below with its type and property counts.

v3_tag_list
object
4 properties 4 required
get_v3_tag_list
object
3 properties
v3_tag
object
3 properties 3 required
order
object
42 properties 2 required
update_address
object
13 properties
parent_order
object
20 properties 3 required
order_financial
object
6 properties
tags
array
v1_order_line_product
object
15 properties 2 required
put_v3_tag
object
2 properties
address
object
15 properties 10 required
dropshipping_info
object
8 properties
put_order_line
object
6 properties
v1_address
object
17 properties
put_order_shipping_info
object
14 properties 3 required
tag
object
5 properties 4 required
post_order_split
object
1 property 1 required
order_counts
object
6 properties 6 required
order_split_line
object
2 properties 2 required
post_comment
object
1 property 1 required
post_order_v1
object
24 properties 4 required
split_order
array
comment
object
3 properties
shipping_info
object
36 properties
order_list
object
4 properties 4 required
post_order_dropship
object
11 properties 1 required
put_order
object
5 properties
put_order_warehouse
object
2 properties 1 required
post_order_line
object
12 properties 1 required
shipment_preset
object
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

ordoro-order-api-openapi.yml Raw ↑

Other APIs Ordoro publishes across the network.

Ordoro Address API
Ordoro Api Key API
Ordoro Authenticated API
Ordoro Cart API
Ordoro Company API
Ordoro Goods Receipt API
Ordoro Integration API
Ordoro Label API
Ordoro Manufacturing Order API
Ordoro Packing List API
Ordoro Postage Account API
Ordoro Product API
Where this information came from

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