Retrieve an adjustment

GET https://{{subdomain}}.commercelayer.io/api/adjustments/{{adjustment_id}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Authorizationstring

RESPONSES

status: OK

{"data":{"id":"xYZkjABcde","type":"adjustments","links":{"self":"https://yourdomain.commercelayer.io/api/adjustments/xYZkjABcde"},"attributes":{"name":"Additional service","currency_code":"EUR","amount_cents":1500,"amount_float":15.0,"formatted_amount":"€15,00","distribute_discount":true,"created_at":"2018-01-01T12:00:00.000Z","updated_at":"2018-01-01T12:00:00.000Z","reference":"ANY-EXTERNAL-REFEFERNCE","reference_origin":"ANY-EXTERNAL-REFEFERNCE-ORIGIN","metadata":{"foo":"bar"}},"relationships":{"versions":{"links":{"self":"https://yourdomain.commercelayer.io/api/adjustments/xYZkjABcde/relationships/versions","related":"https://yourdomain.commercelayer.io/api/adjustments/xYZkjABcde/versions"}}},"meta":{"mode":"test"}}}