private_store_stop_sell_offers_plans_notifications
Creates, updates, deletes, gets or lists a private_store_stop_sell_offers_plans_notifications
resource.
Overview
Name | private_store_stop_sell_offers_plans_notifications |
Type | Resource |
Id | azure_extras.marketplace.private_store_stop_sell_offers_plans_notifications |
Fields
The following fields are returned by SELECT
queries:
- list
OK. The request has succeeded.
Name | Datatype | Description |
---|---|---|
stopSellNotifications | array |
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
list | select | privateStoreId | List stop sell notifications for both stop sell offers and stop sell plans |
Parameters
Parameters can be passed in the WHERE
clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
Name | Datatype | Description |
---|---|---|
privateStoreId | string | The store ID - must use the tenant ID |
SELECT
examples
- list
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 }}' -- required
;