IBlazeSearchProducts Method |
Returns products
Namespace:
NetQuarry.Services
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax BlazeGetProductsResponse SearchProducts(
string categoryId = null,
string productId = null,
Nullable<int> start = null,
Nullable<int> limit = null
)
Function SearchProducts (
Optional categoryId As String = Nothing,
Optional productId As String = Nothing,
Optional start As Nullable(Of Integer) = Nothing,
Optional limit As Nullable(Of Integer) = Nothing
) As BlazeGetProductsResponse
Parameters
- categoryId (Optional)
- Type: SystemString
The category ID. - productId (Optional)
- Type: SystemString
The product ID. - start (Optional)
- Type: SystemNullableInt32
The first item to return. - limit (Optional)
- Type: SystemNullableInt32
The maximum number of brands to return.
Return Value
Type:
BlazeGetProductsResponseThe products.
See Also