v3 invoices changes
In v3, there are a range of improvements and new features with invoice operations.
v2 | v3 |
---|---|
Create an invoice with Email the created invoice to the customer with | Creating an invoice with
The request and response field names have changed. Relevant fields are grouped under the See Invoices for more information. |
Read an invoice with | Get invoice details with See Get invoice details in the API reference for more information. |
List invoices with | Get list of invoices with Filtering and sorting values are now query parameters. For filtering, use the For sorting, use the The response includes See Search operations with lists for more information. |
Update an invoice with | Replace an invoice with The request and response field names have changed. Use the v3 PUT operation to add, remove, or replace the number of line items in an invoice. You can also update other invoice details. Update an invoice with The request and response field names have changed. Use the v3 PATCH operation to modify existing line item details, such as See Replace an invoice and Update an invoice in the API reference for more information. |
Delete an invoice with | Archive an invoice with In the response, See Archive an invoice in the API reference for more information. |
Undelete an invoice with | Restore an invoice with In the response, See Restore an archived invoice in the API reference for more information. |
Updated 18 days ago