docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IAmazonExtensions

    Access Amazon store specific functionality.

    Namespace: UnityEngine.Purchasing
    Assembly: UnityEngine.Purchasing.Stores.dll
    Syntax
    public interface IAmazonExtensions : IStoreExtension

    Properties

    amazonUserId

    Gets the current Amazon user ID (for other Amazon services).

    Declaration
    string amazonUserId { get; }
    Property Value
    Type Description
    string

    Methods

    NotifyUnableToFulfillUnavailableProduct(string)

    Amazon makes it possible to notify them of a product that cannot be fulfilled.

    This method calls Amazon's notifyFulfillment(transactionID, FulfillmentResult.UNAVAILABLE); https://developer.amazon.com/public/apis/earn/in-app-purchasing/docs-v2/implementing-iap-2.0

    Declaration
    void NotifyUnableToFulfillUnavailableProduct(string transactionID)
    Parameters
    Type Name Description
    string transactionID

    Products transaction id

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)