v1

latestOpenAPI 3.0.1Apache 2.02026-07-26176256241.4 KB
Order Adjustments

Get order adjustments

Returns a list of order adjustments for the specified order ID or UID.

get/api/v3.3/orders/{orderUid}/order-adjustments

Path parameters

orderUidstring required

Response

Successful operation.

Example response

{
  "orderAdjustmentItems": [
    {
      "createdUtcDateTime": "2026-04-20T11:52:36"
    }
  ]
}