Get Order by ID

This operation retrives the complete details of a specific order using its unique orderId.

  • Retrieve all order-related information for tracking or reporting.
  • Verify order contents and financials before fulfillment.
SecuritybearerAuth
Request
path Parameters
orderId
required
string

Unique identifier for the order.

Responses
200

Order details retrieved.

401

The request could not be authorized

404

The requested resource was not found.

500

The request could not be completed due to an internal error

get/api/v1/orders/{orderId}
Request samples
Response samples
application/json
{
  • "orderInfo": {
    },
  • "orderShippingInfo": {
    }
}