Share via


Get-PartnerOfferAddon

Gets the add-ons for an offer by identifier.

Syntax

Default (Default)

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.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-OfferId

A GUID that corresponds to the offer.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:0
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

None

Outputs

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