Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.09 KB

CouponItemSearchResult.md

File metadata and controls

17 lines (13 loc) · 1.09 KB

CouponItemSearchResult

Properties

Name Type Description Notes
cost string The cost of this item. [optional]
description string A human readable description of this item. [optional]
manufacturer_name string The manufacturer of this item. [optional]
manufacturer_sku string The manufacturer sku of this item. [optional]
merchant_item_id string The merchant item identifier, which is unique for this merchant, but not across all of UltraCart. [optional]
merchant_item_oid int The unique internal identifier used by UltraCart to manage this item. [optional]
score string The search score of this item. Larger scores mean more accurate matches against the search term. [optional]
thumbnail_url string A url for displaying a thumbnail of this item [optional]

[Back to Model list] [Back to API list] [Back to README]