Invoices
List Invoices
Get a list of invoices. Requires the invoices_read scope.
get/stores/{storeId}/invoices
Path parameters
storeIdstring required
Example:64e5a8a1af49a89df37e4ee7
Store ID
Response
Success
Example response
{
"invoices": [
{
"charge": {
"amount": "50.2",
"currency": "USD"
}
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.