as

Settings
Sign out
Notifications
Alexa
亚马逊应用商店
AWS
文档
Support
Contact Us
My Cases
新手入门
设计和开发
应用发布
参考
支持
感谢您的访问。此页面目前仅提供英语版本。我们正在开发中文版本。谢谢您的理解。

PurchaseResponseCode

Represents the response code for a purchase request initiated via PurchasingService.purchase.

Enumeration Members

ALREADY_PURCHASED

ALREADY_PURCHASED: 1

Indicates that the customer already owns the provided SKU.


FAILED

FAILED: 4

Indicates that the purchase failed.


INVALID_SKU

INVALID_SKU: 2

Indicates that the SKU originally provided to the PurchasingService.purchase(String) method is not valid.


NOT_SUPPORTED

NOT_SUPPORTED: 3

Indicates this call is not supported.


SUCCESSFUL

SUCCESSFUL: 0

Indicates that the purchase was successfully completed.


Last updated: Oct 02, 2025