Skip to main content

private_store_stop_sell_offers_plans_notifications

Creates, updates, deletes, gets or lists a private_store_stop_sell_offers_plans_notifications resource.

Overview

Nameprivate_store_stop_sell_offers_plans_notifications
TypeResource
Idazure_extras.marketplace.private_store_stop_sell_offers_plans_notifications

Fields

NameDatatypeDescription
stopSellNotificationsarray

Methods

NameAccessible byRequired ParamsDescription
listSELECTprivateStoreIdList stop sell notifications for both stop sell offers and stop sell plans

SELECT examples

List stop sell notifications for both stop sell offers and stop sell plans

SELECT
stopSellNotifications
FROM azure_extras.marketplace.private_store_stop_sell_offers_plans_notifications
WHERE privateStoreId = '{{ privateStoreId }}';