GET
/
vendor
/
commission
{
  "commission_lines": [
    {
      "id": "<string>",
      "item_line_id": "<string>",
      "rule_id": "<string>",
      "currency_code": "<string>",
      "value": 123,
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z",
      "order": {},
      "rule": {}
    }
  ],
  "count": 123,
  "offset": 123,
  "limit": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

offset
number
default:0

The number of items to skip before starting to collect the result set.

limit
number
default:20

The number of items to return.

start_date
string

Filter commission lines created on or after this date.

end_date
string

Filter commission lines created on or before this date.

Response

200
application/json

OK

The response is of type object.