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

99 Minutos Orders API

The Orders API from 99 Minutos — 5 operation(s) for orders.

99 Minutos Orders API is one of 9 APIs that 99 Minutos 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.

This API exposes 6 operations across 5 paths, and defines 33 schemas. It is described by OpenAPI 3.0.3, at version 3.0.0.

Requests are made against 2 base URLs: https://delivery.99minutos.com, https://sandbox.99minutos.com.

6 operations 5 paths 33 schemas 2 GET4 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
3.0.0
Base URL
https://delivery.99minutos.com
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

99 Minutos Orders API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (AuthJWT).

Paths & Operations 6

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

Orders 6
POST
/api/v1/orders/multibox
Create multibox orders
createMultiboxOrder body → 201400
POST
/api/v3/orders/{orderid}/confirm
Confirm change the value draft to False for the given order id
orders_confirm_create 1 param → 200
GET
/api/v3/orders/{id}
Return a order given an encoded order id. The order id must be MongoDB identifier
orders_retrieve 2 params → 200
GET
/api/v3/orders
Get the list of active orders.
orders_list 2 params → 200
POST
/api/v3/orders
Create orders.
orders_create body → 201202400401412
POST
/api/v3/orders/multibox
Create a multibox order that groups multiple packages (children) under a single parent order (master). All children share the same origin, destination, sender and recipient. Useful when a single ship…
orders_multibox_create body → 200400401422500

Schemas 33

The contract defines 33 schemas that model the data the API accepts and returns. The most detailed are MultiboxOrderRequest (12 properties), Order (11 properties), Shipment (11 properties), Destination (9 properties). Each schema is shown below with its type and property counts.

Destination
object
9 properties
CurrencyEnum
string
MultiboxLocation
object
Location for origin or destination of a multibox order.
7 properties 2 required
BadRequestResponse2
object
3 properties
Shipment
object
Array of shipments that belong to the order. sss
11 properties 9 required
Option
object
Options to customize the shipment.
6 properties
Payment
object
Payment options are included in this section
3 properties
Sender
object
Person who will receive the shipment.
4 properties 4 required
BadRequestResponse1
object
3 properties
MultiboxErrorItem
object
Individual error item returned by the multibox endpoint. Possible error codes: - GENERICINVALIDPARAMETERS (422): Validation error on request fields - INTERNALK…
3 properties 2 required
MigratedByEnum
string
Location
object
Location where the package is picked up. Depending on the flow you choose, you must send different parameters. A location is a geographical point that can be t…
8 properties
Item
object
Array of items/packages to send.
7 properties 3 required
MultiboxErrorResponse
object
Error response for multibox endpoint. Contains a trace ID and an array of error items.
2 properties
MultiboxChild
object
A child package within a multibox order.
2 properties 1 required
Recipient
object
Person who will receive the shipment.
4 properties 4 required
ItemSizeEnum
string
Embedded
object
Serializer for EmbeddedDocuments. Skips id field and uniqueness validation. When saving, skips calling instance.save
2 properties 2 required
MultiboxOrderRequest
object
12 properties
DeliveryType5c6Enum
string
Indicate the Delivery Type which can be SameDay(SMD), Sprint (SPT), 99minutos(99M), Co2Free (CO2F), Reverse(RET) Tailor made (TLM), PuntoaPunto (P2P). Be caref…
MultiboxChildResponse
object
Response data for a created child package.
3 properties
PaginatedOrderList
object
6 properties
LocationCountryEnum
string
Origin
object
9 properties
MultiboxOptions
object
Additional delivery options.
1 property
MultiboxRequest
object
Request payload for creating a multibox order. A multibox order groups multiple packages (children) under a single parent order (master), sharing origin, desti…
9 properties 2 required
MultiboxResponse
object
Successful response for multibox order creation.
4 properties
ResponseJWT
object
2 properties
Order
object
Order serializer
11 properties 10 required
BadRequestResponse3
object
3 properties
SuccessResponse
object
3 properties
MultiboxItem
object
An item within a child package.
5 properties 2 required
MultiboxPerson
object
Person information for sender or recipient.
4 properties 4 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

99-minutos-orders-api-openapi.yml Raw ↑

Other APIs 99 Minutos publishes across the network.

99 Minutos coverage API
99 Minutos documents API
99 Minutos locations API
99 Minutos oauth API
99 Minutos shipments API
99 Minutos shipping-rates API
99 Minutos super-geocoding API
99 Minutos webhooks API