Get Bag Adjustments
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 · int64RequiredExample:
ID of the order containing the bag
11111bag_idinteger · int64RequiredExample:
ID of the bag to retrieve adjustments for
22222Header parameters
X-Violet-TokenstringRequired
API token for authentication
X-Violet-App-SecretstringRequired
Application secret key
X-Violet-App-Idinteger · int32RequiredExample:
Application ID
10000Responses
200
success
application/json
403
forbidden
application/json
404
not found
application/json
500
internal server error
application/json
get
/orders/{order_id}/bags/{bag_id}/adjustmentsLast updated
Was this helpful?