Invoices-Items and Services
Number of APIs: 4
-
Single Item GET https://api.freshbooks.com/accounting/account/{{accountId}}/items/items/{{itemId}}
-
Create Item POST https://api.freshbooks.com/accounting/account/{{accountId}}/items/items
-
List Items Filtered by SKU GET https://api.freshbooks.com/accounting/account/{{accountId}}/items/items?search%5Bsku%5D={{sku}}
-
Delete Item PUT https://api.freshbooks.com/accounting/account/{{accountId}}/items/items/{{itemId}}