< Back

Get-PartnerOfferCategory

Sat Jan 18, 2020 6:32 pm

NAME Get-PartnerOfferCategory



SYNOPSIS

Gets a list of offer categories.





SYNTAX

Get-PartnerOfferCategory -CountryCode <String> [<CommonParameters>]





DESCRIPTION

Gets a list of offer categories.





PARAMETERS

-CountryCode <String>

The country ISO2 code.



Required? true

Position? named

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.PSOfferCategory







NOTES









-------------------------- Example 1 --------------------------



PS C:\\> Get-PartnerOfferCategory -CountryCode 'US'



Gets a list of offer categories for the specified country.







RELATED LINKS

Online Version: https://docs.microsoft.com/powershell/m ... erCategory