| Name | Type | Description | Notes |
|---|---|---|---|
| category | String | [optional] | |
| matches | String | [optional] | |
| max_hits | Integer | [optional] | |
| storefront_host_name | String | [optional] | |
| storefront_oid | Integer | [optional] | |
| subcategory | String | [optional] |
require 'ultracart_api'
instance = UltracartClient::LookupRequest.new(
category: null,
matches: null,
max_hits: null,
storefront_host_name: null,
storefront_oid: null,
subcategory: null
)