List Items Filtered by SKU
GET https://api.freshbooks.com/accounting/account/{{accountId}}/items/items?search%5Bsku%5D={{sku}}
Returns an exact match of the searched SKU
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
search%5Bsku%5D | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"response":{"result":{"item":{"accounting_systemid":"wkMd2g","description":"Backpack with ferns","id":59704,"inventory":"55","itemid":59704,"name":"Backpack","qty":"20","tax1":0,"tax2":0,"unit_cost":{"amount":"750.00","code":"USD"},"updated":"2019-04-19 08:09:32","vis_state":0}}}}