Search Products
data class SearchProducts(val name: String? = null, val active: Boolean? = null, val shippable: Boolean? = null) : ProductEndpoints
Endpoint for searching products by filter criteria (GET /v1/products/search).
Properties
Link copied to clipboard
The fully qualified URL string for this endpoint.
Link copied to clipboard
HTTP method, e.g. "GET", "POST", "DELETE".
Link copied to clipboard
Optional query-string parameters appended to endpointURL.