Returns a list of offers based on the specified country id.
Get-PCOffer [-CountryId] <String> [[-OfferId] <String>] [[-LocaleId] <String>] [-AddOns] [[-SaToken] <String>] [<CommonParameters>]
The Get-PCOffer cmdlet retrieves a list of offers based on the specified country id
Specifies a two letter country id
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
Specifies the offer id to return.
Required? false
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
Specifies a locale as the language and country code. For example, English in the United States is en-us
Required? false
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
Specifies add on skus
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
Specifies an authentication token you have created with your Partner Center credentials.
Required? false
Position? 4
Default value $GlobalToken
Accept pipeline input? false
Accept wildcard characters? false
Get all offer details for the US Country Id
PS C:\>Get-PCOffer
Get a specific offer using the offer id and country.
Get-PCOffer -CountryId 'US'
Get all offer details using the Country Id and Locale Id.
Get-PCOffer -CountryId 'US' -localeId 'en-us'
Get add ons for the specified offer id.
Get-PCOffer -CountryId 'US' -OfferId '8AA7E78B-B265-4AC6-ADA0-14900A8A3F94' -addOns