Global Services
Global services are a set of APIs that allow you to interact with global, space-independent data.
Pre-requisite: The user has to be signed in to perform the following operations.
Get the Amazon listing
To get the Amazon listing, the following method can be used:
InstaVision.globalServices.getAmazonListing(
onSuccess = { amazonListing ->
// The AmazonListing object
},
onError = { error ->
// The error object contains the error code and message
}
)