Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl 'http://localhost:9000/vendor/orders/order_01HXYZABCDEF/commission-lines' \ -H 'Authorization: Bearer <token>' \ -H 'x-seller-id: <seller_id>'
{ "commission_lines": [ { "id": "comline_01HXYZABCDEF", "item_id": "ordli_01HXYZABCDEF", "shipping_method_id": null, "commission_rate_id": "comrate_01HXYZABCDEF", "code": "default", "rate": 10, "amount": 250, "description": null, "created_at": "2026-06-01T10:00:00.000Z", "updated_at": "2026-06-01T10:00:00.000Z" } ], "count": 1 }
Retrieve the commission lines charged on the order.
Show properties