< Back
Get-PartnerInvoice
Post
NAME Get-PartnerInvoice
SYNOPSIS
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.
PARAMETERS
-InvoiceId <String>
The identifier for the invoice.
Required? false
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.Invoices.PSInvoice
NOTES
-------------------------- 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.
RELATED LINKS
Online Version: https://docs.microsoft.com/powershell/m ... nerInvoice
SYNOPSIS
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.
PARAMETERS
-InvoiceId <String>
The identifier for the invoice.
Required? false
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.Invoices.PSInvoice
NOTES
-------------------------- 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.
RELATED LINKS
Online Version: https://docs.microsoft.com/powershell/m ... nerInvoice