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"
}
]
}