200 Successful Response
Schema: SearchResponse
-
successboolean -
Whether search completed successfully.
-
resultsSearchResults requiredSearchResults -
Search results by entity type.
13 fields
-
productsarray · object -
Matching products.
-
variantsarray · object -
Matching product variants.
-
invoicesarray · object -
Matching invoices.
-
billsarray · object -
Matching bills.
-
inventory_ordersarray · object -
Matching inventory orders.
-
shipmentsarray · object -
Matching shipments.
-
customersarray · object -
Matching customers.
-
vendorsarray · object -
Matching vendors.
-
journal_entriesarray · object -
Matching journal entries.
-
transactionsarray · object -
Matching transactions.
-
ledgersarray · object -
Matching ledger accounts.
-
emailsarray · object -
Matching emails.
-
metadataSearchMetadata requiredSearchMetadata -
Search metadata.
2 fields
-
total_countinteger required -
Total matches across all entity types.
-
search_termstring required -
The search term used.
-
-