Shipsidekick LogoShipsidekick Docs
API/Orders

Get order by ID

Retrieve a specific order by its unique identifier. Results are filtered to orders the authenticated user has access to.

GET
/orders/{orderId}

Path Parameters

orderIdRequiredstring

Unique identifier of the order

Format: "uuid"
curl -X GET "https://www.shipsidekick.com/api/v1/orders/abcd1234-e89b-12d3-a456-426614174000"

Successful operation

{
  "object": "order",
  "data": {
    "$ref": "#/components/examples/OrderExample/value"
  }
}