< Back
Get-PartnerOfferAddon
Post
NAME Get-PartnerOfferAddon
SYNOPSIS
Gets the add-ons for an offer by identifier.
SYNTAX
Get-PartnerOfferAddon [-OfferId] <String> [-CountryCode <String>] [<CommonParameters>]
DESCRIPTION
Gets the add-ons for an offer by country and offer identifier.
PARAMETERS
-CountryCode <String>
The country code in ISO2 format.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-OfferId <String>
A GUID that corresponds to the offer.
Required? true
Position? 0
Default value None
Accept pipeline input? False
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
None
OUTPUTS
Microsoft.Store.PartnerCenter.PowerShell.Models.Offers.PSOffer
NOTES
-------------------------- Example 1 --------------------------
PS C:\\> Get-PartnerOfferAddon -OfferId 031C9E47-4802-4248-838E-778FB1D2CC05
Gets the add-ons for the the specified offer. If the country code is not specified it will default to the country
code associated with the partner's legal business profile.
RELATED LINKS
Online Version: https://docs.microsoft.com/powershell/m ... OfferAddon
SYNOPSIS
Gets the add-ons for an offer by identifier.
SYNTAX
Get-PartnerOfferAddon [-OfferId] <String> [-CountryCode <String>] [<CommonParameters>]
DESCRIPTION
Gets the add-ons for an offer by country and offer identifier.
PARAMETERS
-CountryCode <String>
The country code in ISO2 format.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-OfferId <String>
A GUID that corresponds to the offer.
Required? true
Position? 0
Default value None
Accept pipeline input? False
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
None
OUTPUTS
Microsoft.Store.PartnerCenter.PowerShell.Models.Offers.PSOffer
NOTES
-------------------------- Example 1 --------------------------
PS C:\\> Get-PartnerOfferAddon -OfferId 031C9E47-4802-4248-838E-778FB1D2CC05
Gets the add-ons for the the specified offer. If the country code is not specified it will default to the country
code associated with the partner's legal business profile.
RELATED LINKS
Online Version: https://docs.microsoft.com/powershell/m ... OfferAddon