Get Bag Adjustments

Retrieve all adjustments for a specific bag given an order_id and bag_id.

Adjustments are immutable audit records that track corrections to bag totals (shipping, tax, or discount). Only apps that created the bag (matching app_id) can access its adjustments.

Get Bag Adjustments

get

Retrieves all adjustments for a specific bag. Only apps that created the bag (matching app_id) can access its adjustments.

Path parameters
order_idinteger · int64Required
bag_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}/bags/{bag_id}/adjustments

Last updated

Was this helpful?