Skip to main content
GET
List Deals

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
number
default:100

The maximum number of items to return

Required range: 1 <= x <= 500
cursor
string

The cursor returned from the last request, if omitted the first page will be returned

Maximum string length: 512
after
string<date-time>

Date in ISO Format without offset (UTC): YYYY-MM-DDTHH:mm:ss.SSSZ

before
string<date-time>

Date in ISO Format without offset (UTC): YYYY-MM-DDTHH:mm:ss.SSSZ

brand_ids
string

Comma-delimited list of strings representing an array. Example: 1,2,3 equivalent to [1,2,3]

asins
string

Comma-delimited list of ASINs representing an array. Example: B09G9FPHY6,B09G9FPHY7 equivalent to [B09G9FPHY6,B09G9FPHY7]

marketplace
enum<string>
default:amazon.com

Represents an Amazon marketplace. If "all" is specified then the scope is all marketplaces.

Available options:
all,
amazon.com,
amazon.co.uk,
amazon.com.mx,
amazon.ca,
amazon.de,
amazon.es,
amazon.fr,
amazon.it,
amazon.nl

Response

Success

deals
object[]
required
cursor
string | null
required

The cursor to use for the next request, if empty there are no more items to return