此页面提供了关于「获取产品信息」API接口的详细信息,帮助开发者更好地理解和使用该接口。
接口描述
获取产品信息 API 接口允许用户通过产品ID查询特定产品的详细信息。
接口URL
/API/Documentation/en/接口详情/获取产品信息
请求参数
product_id
(必填): 产品ID,用于唯一标识产品。
返回数据
{
"product_id": "123456",
"name": "Example Product",
"description": "This is an example product.",
"price": 99.99,
"stock": 10
}
示例请求
curl -X GET "https://example.com/API/Documentation/en/接口详情/获取产品信息?product_id=123456"
示例响应
{
"product_id": "123456",
"name": "Example Product",
"description": "This is an example product.",
"price": 99.99,
"stock": 10
}
相关链接
更多关于API文档的信息,请访问我们的API 文档.
图片展示
Example Product