Click or drag to resize

IBlazeGetProductsInInventory Method

Returns products in inventory

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
BlazeGetProductsResponse GetProductsInInventory(
	string categoryId = null,
	string strain = null,
	string term = null,
	string tags = null,
	Nullable<int> start = null,
	Nullable<int> limit = null
)

Parameters

categoryId (Optional)
Type: SystemString
The category ID.
strain (Optional)
Type: SystemString
The strain.
term (Optional)
Type: SystemString
The term.
tags (Optional)
Type: SystemString
Tags.
start (Optional)
Type: SystemNullableInt32
The first item to return.
limit (Optional)
Type: SystemNullableInt32
The maximum number of brands to return.

Return Value

Type: BlazeGetProductsResponse
The products.
See Also