SDKs for Unity / Purchase via shopping cart
 Back to Docs

SDKs for Unity

  • Integration guide

  • Demo project

  • Authentication

  • Catalog

  • Subscriptions

  • Promotions

  • Item purchase

  • Player inventory

  • User account and attributes

  • Application build guides

  • Troubleshooting


  • Purchase via shopping cart

    This method is suitable for selling items of any type and in any quantity for real currency.

    Note
    When purchasing via the shopping cart, the opportunity to use promotional codes is provided.

    To implement the logic of purchasing via the shopping cart:

    1. In the application UI, add the following elements:
      • buttons for adding items to the cart
      • form for viewing and editing the contents of the cart
      • button to buy items in the cart

    Note
    In the application UI, it should not be available to add to the cart items that are sold only for virtual currency.

    1. Implement the logic of filling and editing the cart.

    Note
    Before calling the method for filling the cart, you won’t have information about promotions applied to the purchase. This means that the total cost and details of the added bonus items will be unknown.

    1. Implement the display of the cart contents.

    1. Call the Purchase SDK method of the Cart class. When calling it, pass a function that is called when the order transitions to the done status in the onSuccess parameter.

    1. Update the inventory on the client side of the application using one of the following options:

    SDK reference documentation
    Learn more about SDK methods and its parameters.

    Methods for filling and editing the cart

    SDK method nameDescription
    FillCart
    Fills the cart with the specified ID or the cart of the current user with items. If there is already an item with the same SKU in the cart, the existing item position will be replaced by the passed value.
    ClearCart
    Removes all items from the cart with the specified ID or from the cart of the current user.
    UpdateItemInCart
    Updates the quantity of a previously added item in the cart with the specified ID or in the current user cart. If there is no item with the specified SKU in the cart, it will be added.
    RemoveItemFromCart
    Removes the item from the cart with the specified ID or from the cart of the current user.

    Methods for getting the contents of the cart

    SDK method nameDescription
    GetCartItems
    Returns a list of items from the cart with the specified ID or from the cart of the current user. For each item, complete data is returned.

    Methods for creating order

    SDK method nameDescription
    Purchase
    Launches purchase process for the cart with the specified ID or for the cart of the current user. This method encapsulates methods for creating an order, opening a payment UI, and tracking the order status.
    Was this article helpful?
    Thank you!
    Is there anything we can improve? Message
    We’re sorry to hear that
    Please explain why this article wasn’t helpful to you. Message
    Thank you for your feedback!
    We’ll review your message and use it to help us improve your experience.
    Rate this page
    Rate this page
    Is there anything we can improve?

    Don’t want to answer

    Thank you for your feedback!

    Useful links

    Last updated: May 23, 2023

    Found a typo or other text error? Select the text and press Ctrl+Enter.

    Report a problem
    We always review our content. Your feedback helps us improve it.
    Provide an email so we can follow up
    Thank you for your feedback!