Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Latest commit

 

History

History
53 lines (35 loc) · 1.01 KB

Get-PCOfferCategoriesByMarket.md

File metadata and controls

53 lines (35 loc) · 1.01 KB

Get-PCOfferCategoriesByMarket

Returns a list of offer categories based on the country id specified.

SYNTAX

Get-PCOfferCategoriesByMarket [[-CountryId] <Object>] [-SaToken] <String> [<CommonParameters>]

DESCRIPTION

The Get-PCOfferCategoriesByMarket cmdlet returns a list of offer categories based on the country id specified.

PARAMETERS

-CountryId <Object>

Specifies a two-character ISO 2 country code.

Required?                    false
Position?                    1
Default value
Accept pipeline input?       false
Accept wildcard characters?  false

-SaToken <String>

Specifies an authentication token you created with your Partner Center credentials.

Required?                    true
Position?                    2
Default value                $GlobalToken
Accept pipeline input?       false
Accept wildcard characters?  false

INPUTS

OUTPUTS

NOTES

EXAMPLES

EXAMPLE 1

PS C:\>Get-PCOfferCategoriesByMarket -CountryId US