Get Order Adjustments

Retrieve all adjustments for all bags in an order given an order_id.

This endpoint returns adjustments from all bags within the order, making it useful for getting a complete picture of all corrections made to an order. Only apps that created the order (matching app_id) can access its adjustments.

Get Order Adjustments

get

Retrieves all adjustments for all bags in an order. Only apps that created the order (matching app_id) can access its adjustments.

Path parameters
order_idinteger · int64Required
Header parameters
X-Violet-TokenstringRequired
X-Violet-App-SecretstringRequired
X-Violet-App-Idinteger · int32Required
Responses
200

success

application/json
get
/orders/{order_id}/adjustments

Last updated

Was this helpful?