mirror of
https://github.com/dkam/paapi.git
synced 2025-12-28 15:14:52 +00:00
Add Condition Parameter
This commit is contained in:
@@ -11,6 +11,7 @@ module Paapi
|
||||
SEARCH_PARAMS = %i[keywords actor, artist, author, brand title].freeze
|
||||
DEFAULT_PARTNER_TYPE = 'Associates'
|
||||
DEFAULT_MARKET = :us
|
||||
DEFAULT_CONDITION = 'Any'
|
||||
DEFAULT_RESOURCES = [
|
||||
'Images.Primary.Large',
|
||||
'ItemInfo.ByLineInfo',
|
||||
@@ -72,6 +73,7 @@ module Paapi
|
||||
:partner_type,
|
||||
:market,
|
||||
:partner_market,
|
||||
:condition,
|
||||
:resources,
|
||||
:test_mode
|
||||
|
||||
|
||||
Reference in New Issue
Block a user