Get Bag Adjustments

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

circle-info

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. Returns an array of BagAdjustment objects, each representing an immutable audit record of a correction to the bag's totals.

Path parameters
order_idinteger · int64Required

ID of the order containing the bag

Example: 11111
bag_idinteger · int64Required

ID of the bag to retrieve adjustments for

Example: 22222
Header parameters
X-Violet-TokenstringRequired

API token for authentication

X-Violet-App-SecretstringRequired

Application secret key

X-Violet-App-Idinteger · int32Required

Application ID

Example: 10000
Responses
get
/orders/{order_id}/bags/{bag_id}/adjustments

Last updated

Was this helpful?