< Back
Get-PartnerCustomerCart
Post
NAME Get-PartnerCustomerCart
SYNOPSIS
Gets a specific cart for the specified partner.
SYNTAX
Get-PartnerCustomerCart -CartId <String> -CustomerId <String> [<CommonParameters>]
DESCRIPTION
The Get-PartnerCustomerCart cmdlet will get a specific cart for the specified partner.
PARAMETERS
-CartId <String>
The identifier for the cart.
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-CustomerId <String>
The identifier for the customer.
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.Carts.PSCart
NOTES
-------------------------- Example 1 --------------------------
PS C:\\> Get-PartnerCustomerCart -CartId 'b4c8fdea-cbe4-4d17-9576-13fcacbf9605' -CustomerId
'46a62ece-10ad-42e5-b3f1-b2ed53e6fc08'
Gets the cart with the identifier of b4c8fdea-cbe4-4d17-9576-13fcacbf9605 that belongs to the customer with the
identifier of 46a62ece-10ad-42e5-b3f1-b2ed53e6fc08.
RELATED LINKS
Online Version: https://docs.microsoft.com/powershell/m ... stomerCart
SYNOPSIS
Gets a specific cart for the specified partner.
SYNTAX
Get-PartnerCustomerCart -CartId <String> -CustomerId <String> [<CommonParameters>]
DESCRIPTION
The Get-PartnerCustomerCart cmdlet will get a specific cart for the specified partner.
PARAMETERS
-CartId <String>
The identifier for the cart.
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-CustomerId <String>
The identifier for the customer.
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.Carts.PSCart
NOTES
-------------------------- Example 1 --------------------------
PS C:\\> Get-PartnerCustomerCart -CartId 'b4c8fdea-cbe4-4d17-9576-13fcacbf9605' -CustomerId
'46a62ece-10ad-42e5-b3f1-b2ed53e6fc08'
Gets the cart with the identifier of b4c8fdea-cbe4-4d17-9576-13fcacbf9605 that belongs to the customer with the
identifier of 46a62ece-10ad-42e5-b3f1-b2ed53e6fc08.
RELATED LINKS
Online Version: https://docs.microsoft.com/powershell/m ... stomerCart