List all adjustments
GET https://{{subdomain}}.commercelayer.io/api/adjustments
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string |
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"}},{"other":"... 9 adjustments (first page)"}],"meta":{"record_count":140,"page_count":14},"links":{"first":"https://yourdomain.commercelayer.io/api/adjustments?page[number]=1\u0026page[size]=10","next":"https://yourdomain.commercelayer.io/api/adjustments?page[number]=2\u0026page[size]=10","last":"https://yourdomain.commercelayer.io/api/adjustments?page[number]=14\u0026page[size]=10"}}