Get-PartnerInvoice
Gets a list of invoices available to the partner.
Syntax
Get-PartnerInvoice
[-InvoiceId <String>]
[<CommonParameters>]
Description
Gets a specific invoice or all invoices for the authenticated partner.
Examples
Example 1
PS C:\> Get-PartnerInvoice -InvoiceID 'G000024135'
Gets a specific invoice based for the specified invoice.
Example 2
PS C:\> Get-PartnerInvoice
Gets a list of invoices available to the partner.
Parameters
-InvoiceId
The identifier for the invoice.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
None
Outputs
Microsoft.Store.PartnerCenter.PowerShell.Models.Invoices.PSInvoice