Get Bag Adjustments
Retrieve all adjustments for a specific bag given an order_id and bag_id.
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
404
Order or bag not found
get
/orders/{order_id}/bags/{bag_id}/adjustmentsLast updated
Was this helpful?