Get-PartnerOfferAddon

Gets the add-ons for an offer by identifier.

Syntax

Get-PartnerOfferAddon
   [-CountryCode <String>]
   [-OfferId] <String>
   [<CommonParameters>]

Description

Gets the add-ons for an offer by country and offer identifier.

Examples

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.

Parameters

-CountryCode

The country code in ISO2 format.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-OfferId

A GUID that corresponds to the offer.

Type:String
Position:0
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

Inputs

None

Outputs

Microsoft.Store.PartnerCenter.PowerShell.Models.Offers.PSOffer