Linkable
Config

Get yarn types

GET
/v1/config/yarn-types

Loại chỉ thêu và phí bổ sung.

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/yarn-types"
{  "data": [    {      "category": "string",      "type_code": "string",      "extra_cost": 0    }  ]}