Linkable
Config

Get pricing sides config

GET
/v1/config/pricing-sides

Bảng phụ phí mặt in theo category. Dùng để tính trước giá đơn hàng.

Authorization

ClientToken
AuthorizationBearer <token>

Bearer token issued by Infinitee. Pass in the Authorization: Bearer <token> header.

In: header

Response Body

application/json

curl -X GET "https://example.com/v1/config/pricing-sides"
{  "data": [    {      "category": "string",      "side_code": "string",      "surcharge": 0    }  ]}