Sales Block

Serves for handling In Skill Products sales requests (Connections.Response requests).

Overview

While purchasing an In Skill Product on Alexa, this block receives a Connections.Response requests.

More info about this request is available here.

How to use?

General Usage

  1. Get the payload or status of the Connection.Response Request which is stored in the Sales Status variable sales_status.
  2. Based on the purchaseResult (${sales_status.payload.purchaseResult}) or status message (${sales_status.status.message}), do what you want.

Access important request fields.