# 获取有奖励积分的商品列表 获取项目内有奖励积分的商品列表以用于管理。 Endpoint: GET /v2/project/{project_id}/admin/items/{value_point_sku}/value_points/rewards Version: 2.0.0 Security: basicAuth ## Path parameters: - `project_id` (integer, required) 项目ID。您可以在您的发布商帐户项目名称旁边找到。 Example: 44056 - `value_point_sku` (string, required) 奖励积分SKU。 Example: "value_point_3" ## Response 200 fields (application/json): - `items` (array) - `items.amount` (integer) 奖励积分的数量。 - `items.image_url` (string) 图像URL。 Example: "https://image.example.com" - `items.item_id` (integer) 内部唯一物品ID。 Example: 1 - `items.name` (object,null) 包含商品本地化名称的对象。值接受以下两种格式之一:两个小写字母的语言代码(例如,en)或五个字符的语言代码(例如,en-US)。虽然两种格式都可作为输入接受,但响应会返回两个小写字母的语言代码。当为同一种语言提供了两种输入时(例如:en和en-US),将存储最后提供的值。您可以在[文档](/zh/doc/shop-builder/references/supported-languages/)中找到支持语言的完整列表。 - `items.sku` (string) 唯一商品ID。 SKU只能包含大小写英文字母和数字字符、句点、破折号和下划线。 Example: "booster_mega_1" ## Response 401 fields (application/json): - `errorCode` (integer) Example: 1020 - `errorMessage` (string) Example: "[0401-1020]: Error in Authentication method occurred" - `statusCode` (integer) Example: 401