# Realtime product info Realtime product info. Endpoint: GET /rt/product/detail Version: 1.0.0 Security: MuseumPlaceholderAuth ## Query parameters: - `product_id` (string, required) product id - `region` (string, required) region code Example: "US/ID/TH/PH/MY/VN/GB/MX/SG/SA/BR/ES" ## 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" ## Response 200 fields