Get Products Result
data class GetProductsResult(val categoryId: String? = null, val id: String, val ids: List<String>, val nameRegex: String? = null, val outputFile: String? = null, val productType: String? = null, val products: List<GetProductsProduct>, val searchTerm: String? = null, val sort: String? = null, val suggestedPrice: Double? = null, val supplierId: String? = null, val supplierNameKeyword: String? = null)
A collection of values returned by getProducts.
Constructors
Link copied to clipboard
constructor(categoryId: String? = null, id: String, ids: List<String>, nameRegex: String? = null, outputFile: String? = null, productType: String? = null, products: List<GetProductsProduct>, searchTerm: String? = null, sort: String? = null, suggestedPrice: Double? = null, supplierId: String? = null, supplierNameKeyword: String? = null)
Properties
Link copied to clipboard
The category id of the product.
Link copied to clipboard
Link copied to clipboard
A list of products. Each element contains the following attributes:
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The suggested price of the product.
Link copied to clipboard
The supplier id of the product.
Link copied to clipboard