@@ -55,6 +55,7 @@ <h3>Methods</h3>
5555 < li class ="tsd-kind-method tsd-parent-kind-class "> < a href ="buyers.html#delete " class ="tsd-kind-icon "> Delete</ a > </ li >
5656 < li class ="tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter "> < a href ="buyers.html#get " class ="tsd-kind-icon "> Get</ a > </ li >
5757 < li class ="tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter "> < a href ="buyers.html#list " class ="tsd-kind-icon "> List</ a > </ li >
58+ < li class ="tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter "> < a href ="buyers.html#listbuyersellers " class ="tsd-kind-icon "> List< wbr > Buyer< wbr > Sellers</ a > </ li >
5859 < li class ="tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter "> < a href ="buyers.html#patch " class ="tsd-kind-icon "> Patch</ a > </ li >
5960 < li class ="tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter "> < a href ="buyers.html#save " class ="tsd-kind-icon "> Save</ a > </ li >
6061 </ ul >
@@ -269,6 +270,85 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</
269270 </ li >
270271 </ ul >
271272 </ section >
273+ < section class ="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter ">
274+ < a name ="listbuyersellers " class ="tsd-anchor "> </ a >
275+ < h3 > List< wbr > Buyer< wbr > Sellers</ h3 >
276+ < ul class ="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter ">
277+ < li class ="tsd-signature tsd-kind-icon "> List< wbr > Buyer< wbr > Sellers<TBuyerSupplier>< span class ="tsd-signature-symbol "> (</ span > buyerID< span class ="tsd-signature-symbol "> : </ span > < span class ="tsd-signature-type "> string</ span > , listOptions< span class ="tsd-signature-symbol "> ?: </ span > < span class ="tsd-signature-type "> object</ span > , requestOptions< span class ="tsd-signature-symbol "> ?: </ span > < a href ="../interfaces/requestoptions.html " class ="tsd-signature-type "> RequestOptions</ a > < span class ="tsd-signature-symbol "> )</ span > < span class ="tsd-signature-symbol "> : </ span > < span class ="tsd-signature-type "> Promise</ span > < span class ="tsd-signature-symbol "> <</ span > < a href ="../index.html#requireddeep " class ="tsd-signature-type "> RequiredDeep</ a > < span class ="tsd-signature-symbol "> <</ span > < a href ="../interfaces/listpage.html " class ="tsd-signature-type "> ListPage</ a > < span class ="tsd-signature-symbol "> <</ span > < span class ="tsd-signature-type "> TBuyerSupplier</ span > < span class ="tsd-signature-symbol "> ></ span > < span class ="tsd-signature-symbol "> ></ span > < span class ="tsd-signature-symbol "> ></ span > </ li >
278+ </ ul >
279+ < ul class ="tsd-descriptions ">
280+ < li class ="tsd-description ">
281+ < aside class ="tsd-sources ">
282+ </ aside >
283+ < div class ="tsd-comment tsd-typography ">
284+ < div class ="lead ">
285+ < p > Get a list of buyer buyer sellers.
286+ Check out the < a href ="https://ordercloud.io/api-reference/buyers/buyers/list-buyer-sellers " class ="external "> api docs</ a > for more info</ p >
287+ </ div >
288+ </ div >
289+ < h4 class ="tsd-type-parameters-title "> Type parameters</ h4 >
290+ < ul class ="tsd-type-parameters ">
291+ < li >
292+ < h4 > TBuyerSupplier< span class ="tsd-signature-symbol "> : </ span > < a href ="../interfaces/buyersupplier.html " class ="tsd-signature-type "> BuyerSupplier</ a > </ h4 >
293+ </ li >
294+ </ ul >
295+ < h4 class ="tsd-parameters-title "> Parameters</ h4 >
296+ < ul class ="tsd-parameters ">
297+ < li >
298+ < h5 > buyerID: < span class ="tsd-signature-type "> string</ span > </ h5 >
299+ < div class ="tsd-comment tsd-typography ">
300+ < p > ID of the buyer.</ p >
301+ </ div >
302+ </ li >
303+ < li >
304+ < h5 > < span class ="tsd-flag ts-flagDefault value "> Default value</ span > listOptions: < span class ="tsd-signature-type "> object</ span > < span class ="tsd-signature-symbol "> = {}</ span > </ h5 >
305+ < ul class ="tsd-parameters ">
306+ < li class ="tsd-parameter ">
307+ < h5 > < span class ="tsd-flag ts-flagOptional "> Optional</ span > filters< span class ="tsd-signature-symbol "> ?: </ span > < a href ="../index.html#filters " class ="tsd-signature-type "> Filters</ a > </ h5 >
308+ < div class ="tsd-comment tsd-typography ">
309+ < p > Any additional key/value pairs passed in the query string are interpretted as filters. Valid keys are top-level properties of the returned model or 'xp.???'</ p >
310+ </ div >
311+ </ li >
312+ < li class ="tsd-parameter ">
313+ < h5 > < span class ="tsd-flag ts-flagOptional "> Optional</ span > page< span class ="tsd-signature-symbol "> ?: </ span > < span class ="tsd-signature-type "> number</ span > </ h5 >
314+ < div class ="tsd-comment tsd-typography ">
315+ < p > Page of results to return. Default: 1. When paginating through many items (> page 30), we recommend the "Last ID" method, as outlined in the Advanced Querying documentation.</ p >
316+ </ div >
317+ </ li >
318+ < li class ="tsd-parameter ">
319+ < h5 > < span class ="tsd-flag ts-flagOptional "> Optional</ span > page< wbr > Size< span class ="tsd-signature-symbol "> ?: </ span > < span class ="tsd-signature-type "> number</ span > </ h5 >
320+ < div class ="tsd-comment tsd-typography ">
321+ < p > Number of results to return per page. Default: 20, max: 100.</ p >
322+ </ div >
323+ </ li >
324+ < li class ="tsd-parameter ">
325+ < h5 > < span class ="tsd-flag ts-flagOptional "> Optional</ span > search< span class ="tsd-signature-symbol "> ?: </ span > < span class ="tsd-signature-type "> string</ span > </ h5 >
326+ < div class ="tsd-comment tsd-typography ">
327+ < p > Word or phrase to search for.</ p >
328+ </ div >
329+ </ li >
330+ < li class ="tsd-parameter ">
331+ < h5 > < span class ="tsd-flag ts-flagOptional "> Optional</ span > search< wbr > On< span class ="tsd-signature-symbol "> ?: </ span > < a href ="../index.html#searchable " class ="tsd-signature-type "> Searchable</ a > < span class ="tsd-signature-symbol "> <</ span > < span class ="tsd-signature-type "> "Buyers.ListBuyerSellers"</ span > < span class ="tsd-signature-symbol "> ></ span > </ h5 >
332+ < div class ="tsd-comment tsd-typography ">
333+ < p > Comma-delimited list of fields to search on.</ p >
334+ </ div >
335+ </ li >
336+ < li class ="tsd-parameter ">
337+ < h5 > < span class ="tsd-flag ts-flagOptional "> Optional</ span > sort< wbr > By< span class ="tsd-signature-symbol "> ?: </ span > < a href ="../index.html#sortable " class ="tsd-signature-type "> Sortable</ a > < span class ="tsd-signature-symbol "> <</ span > < span class ="tsd-signature-type "> "Buyers.ListBuyerSellers"</ span > < span class ="tsd-signature-symbol "> ></ span > </ h5 >
338+ < div class ="tsd-comment tsd-typography ">
339+ < p > Comma-delimited list of fields to sort by.</ p >
340+ </ div >
341+ </ li >
342+ </ ul >
343+ </ li >
344+ < li >
345+ < h5 > < span class ="tsd-flag ts-flagDefault value "> Default value</ span > requestOptions: < a href ="../interfaces/requestoptions.html " class ="tsd-signature-type "> RequestOptions</ a > < span class ="tsd-signature-symbol "> = {}</ span > </ h5 >
346+ </ li >
347+ </ ul >
348+ < h4 class ="tsd-returns-title "> Returns < span class ="tsd-signature-type "> Promise</ span > < span class ="tsd-signature-symbol "> <</ span > < a href ="../index.html#requireddeep " class ="tsd-signature-type "> RequiredDeep</ a > < span class ="tsd-signature-symbol "> <</ span > < a href ="../interfaces/listpage.html " class ="tsd-signature-type "> ListPage</ a > < span class ="tsd-signature-symbol "> <</ span > < span class ="tsd-signature-type "> TBuyerSupplier</ span > < span class ="tsd-signature-symbol "> ></ span > < span class ="tsd-signature-symbol "> ></ span > < span class ="tsd-signature-symbol "> ></ span > </ h4 >
349+ </ li >
350+ </ ul >
351+ </ section >
272352 < section class ="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter ">
273353 < a name ="patch " class ="tsd-anchor "> </ a >
274354 < h3 > Patch</ h3 >
@@ -383,6 +463,9 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</
383463 < li class =" tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter ">
384464 < a href ="buyers.html#list " class ="tsd-kind-icon "> List</ a >
385465 </ li >
466+ < li class =" tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter ">
467+ < a href ="buyers.html#listbuyersellers " class ="tsd-kind-icon "> List< wbr > Buyer< wbr > Sellers</ a >
468+ </ li >
386469 < li class =" tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter ">
387470 < a href ="buyers.html#patch " class ="tsd-kind-icon "> Patch</ a >
388471 </ li >
0 commit comments