Get Products Plain Args
data class GetProductsPlainArgs(val categoryId: String? = null, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val productType: String? = null, val searchTerm: String? = null, val sort: String? = null, val suggestedPrice: Double? = null, val supplierId: String? = null, val supplierNameKeyword: String? = null) : ConvertibleToJava<GetProductsPlainArgs>
A collection of arguments for invoking getProducts.
Constructors
Link copied to clipboard
fun GetProductsPlainArgs(categoryId: String? = null, ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, productType: String? = null, searchTerm: String? = null, sort: String? = null, suggestedPrice: Double? = null, supplierId: String? = null, supplierNameKeyword: String? = null)
Functions
Properties
Link copied to clipboard
The Category ID of products. For more information, see DescribeProducts.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard