更新现有的购物车商品或在购物车中创建商品。
currency | string 首选支付币种。参照ISO 4217标准的三字母货币代码。 |
quantity | number Default: 123 商品数量。 |
购物车已成功更新。
未找到该商品。请确保project_id
和item_sku
正确无误。
商品数量必须是非负整数。
{- "currency": "string",
- "quantity": 123
}
{- "errorCode": 4001,
- "errorMessage": "[0401-4001]: Item with Project ID = 44056 and SKU = booster_mega_12222 not found",
- "statusCode": 404
}