Closed lmuser1 closed 1 year ago
This feature should be present, how can i query a vendor by any other field, because only email is unique property of a vendor right now that i have
This should work: vendors = Vendorwhere("PrimaryEmailAddr = 'vendor@email.com'", qb=client)
vendors = Vendorwhere("PrimaryEmailAddr = 'vendor@email.com'", qb=client)
Check the docs for more examples of how to query with ordering and/or paging.
This feature should be present, how can i query a vendor by any other field, because only email is unique property of a vendor right now that i have