Config
Get shipping rates
Bảng phí ship theo category và service type (eco/premium).
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/shipping-rates"{ "data": [ { "category": "string", "service_type": "string", "base_rate": 0, "additional_rate": 0 } ]}
