module Amazon::Search::Exchange::ThirdParty
This module provides functionality for retrieving information on Amazon third-party products.
Public Class Methods
offer_status_types()
click to toggle source
Returns an Array of valid offer status types, such as:
open, closed
# File lib/amazon/search/exchange/thirdparty.rb, line 24 def ThirdParty.offer_status_types %w[open closed] end