跳转到主要内容
GET
/
api
/
seller
/
v1
/
commissions
List public commission rules
curl --request GET \
  --url https://app.openlight.tech/api/seller/v1/commissions \
  --header 'Authorization: Bearer <token>'
{
  "commissions": [
    {
      "id": "<string>",
      "brand_id": "<string>",
      "product_id": "<string>",
      "scope": "public",
      "type": "rate",
      "rate_bps": 123,
      "enabled": true
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.openlight.tech/llms.txt

Use this file to discover all available pages before exploring further.

授权

Authorization
string
header
必填

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

查询参数

brand_id
string
必填

响应

Commission rules

commissions
object[]
必填