Get-PartnerOfferAddon
Gets the add-ons for an offer by identifier.
Get-PartnerOfferAddon
[-CountryCode <String>]
[-OfferId] <String>
[<CommonParameters>]
Gets the add-ons for an offer by country and offer identifier.
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.
The country code in ISO2 format.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
A GUID that corresponds to the offer.
Type: | String |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
None
Microsoft.Store.PartnerCenter.PowerShell.Models.Offers.PSOffer