# Get Bag Adjustment by ID

Retrieve a specific adjustment for a bag given an `order_id`, `bag_id`, and `adjustment_id`.

{% hint style="info" %}
Only apps that created the bag (matching `app_id`) can access its adjustments.
{% endhint %}

{% openapi src="<https://3937396275-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8lXIp71Ct5qCUhXjko2q%2Fuploads%2Fgit-blob-8ab007712b2fb1063fba6d0d5fac84738eef8644%2Forder-service.yaml?alt=media>" path="/orders/{order\_id}/bags/{bag\_id}/adjustments/{adjustment\_id}" method="get" expanded="true" %}
[order-service.yaml](https://3937396275-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8lXIp71Ct5qCUhXjko2q%2Fuploads%2Fgit-blob-8ab007712b2fb1063fba6d0d5fac84738eef8644%2Forder-service.yaml?alt=media)
{% endopenapi %}
