Get-PartnerCustomerCart
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.
Examples
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.
Parameters
-CartId
The identifier for the cart.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-CustomerId
The identifier for the customer.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
None
Outputs
Microsoft.Store.PartnerCenter.PowerShell.Models.Carts.PSCart