Marketplace Functions
object MarketplaceFunctions
Functions
Link copied to clipboard
suspend fun getPrivateStoreCollection(argument: GetPrivateStoreCollectionPlainArgs): GetPrivateStoreCollectionResult
Gets private store collection API Version: 2021-12-01.
suspend fun getPrivateStoreCollection(argument: suspend GetPrivateStoreCollectionPlainArgsBuilder.() -> Unit): GetPrivateStoreCollectionResult
suspend fun getPrivateStoreCollection(collectionId: String, privateStoreId: String): GetPrivateStoreCollectionResult
Link copied to clipboard
suspend fun getPrivateStoreCollectionOffer(argument: GetPrivateStoreCollectionOfferPlainArgs): GetPrivateStoreCollectionOfferResult
Gets information about a specific offer. API Version: 2021-12-01.
suspend fun getPrivateStoreCollectionOffer(argument: suspend GetPrivateStoreCollectionOfferPlainArgsBuilder.() -> Unit): GetPrivateStoreCollectionOfferResult
suspend fun getPrivateStoreCollectionOffer(collectionId: String, offerId: String, privateStoreId: String): GetPrivateStoreCollectionOfferResult
Link copied to clipboard
suspend fun getPrivateStoreOffer(argument: GetPrivateStoreOfferPlainArgs): GetPrivateStoreOfferResult
Gets information about a specific offer. API Version: 2020-01-01.
suspend fun getPrivateStoreOffer(argument: suspend GetPrivateStoreOfferPlainArgsBuilder.() -> Unit): GetPrivateStoreOfferResult
suspend fun getPrivateStoreOffer(offerId: String, privateStoreId: String): GetPrivateStoreOfferResult
Link copied to clipboard
suspend fun listPrivateStoreNewPlansNotifications(argument: ListPrivateStoreNewPlansNotificationsPlainArgs): ListPrivateStoreNewPlansNotificationsResult
List new plans notifications API Version: 2021-12-01.
suspend fun listPrivateStoreNewPlansNotifications(privateStoreId: String): ListPrivateStoreNewPlansNotificationsResult
suspend fun listPrivateStoreNewPlansNotifications(argument: suspend ListPrivateStoreNewPlansNotificationsPlainArgsBuilder.() -> Unit): ListPrivateStoreNewPlansNotificationsResult
Link copied to clipboard
suspend fun listPrivateStoreStopSellOffersPlansNotifications(argument: ListPrivateStoreStopSellOffersPlansNotificationsPlainArgs): ListPrivateStoreStopSellOffersPlansNotificationsResult
List stop sell notifications for both stop sell offers and stop sell plans API Version: 2021-12-01.
suspend fun listPrivateStoreStopSellOffersPlansNotifications(argument: suspend ListPrivateStoreStopSellOffersPlansNotificationsPlainArgsBuilder.() -> Unit): ListPrivateStoreStopSellOffersPlansNotificationsResult
suspend fun listPrivateStoreStopSellOffersPlansNotifications(privateStoreId: String, subscriptions: List<String>? = null): ListPrivateStoreStopSellOffersPlansNotificationsResult
Link copied to clipboard
suspend fun listPrivateStoreSubscriptionsContext(argument: ListPrivateStoreSubscriptionsContextPlainArgs): ListPrivateStoreSubscriptionsContextResult
List all the subscriptions in the private store context API Version: 2021-12-01.
suspend fun listPrivateStoreSubscriptionsContext(privateStoreId: String): ListPrivateStoreSubscriptionsContextResult
suspend fun listPrivateStoreSubscriptionsContext(argument: suspend ListPrivateStoreSubscriptionsContextPlainArgsBuilder.() -> Unit): ListPrivateStoreSubscriptionsContextResult