# Product category l1 data product category l1 data Endpoint: GET /category/l1 Version: 1.0.0 Security: MuseumPlaceholderAuth ## Query parameters: - `language` (string, required) Example: "th-TH/en-US/id-ID/zh-CN/ms-MY/vi-VN" ## Response 200 fields (application/json): - `category_id` (string) Example: "600621" - `language` (string) Example: "en-US" - `category_name` (string) Example: "Storage Boxes & Bins" - `parent_id` (string) Example: "851848" - `category_level` (integer) Example: 3 ## Response 403 fields (application/problem+json): - `code` (integer) Example: 403 - `message` (string) Example: "Usage Limit Exceeded, Please Contact Administrator to Increase Quota" ## Response 429 fields (application/problem+json): - `code` (integer) Example: 429 - `message` (string) Example: "speed limit" ## Response 500 fields (application/problem+json): - `code` (integer) Example: 500 - `message` (string) Example: "inner error" ## Response 504 fields (application/problem+json): - `code` (integer) Example: 504 - `message` (string) Example: "timeout"