1. Products
ArtemisAds Open API
  • Get Started
    • Authentication
    • Pagination
    • Rate Limiting
  • Publisher API
    • Atttibution Program
      • Products
        • List Products
          GET
        • List Product Variations
          GET
        • List Deals
          GET
      • Brands
        • List Brands
      • Tracking IDs
        • Create Primary Tracking ID
        • Create Sub Tracking ID
        • List Tracking IDs
      • Publisher Sources
        • List Publisher Sources
      • Product Links
        • Create Product Link
        • List Product Link
        • Get Product Link by ID
      • Brand Links
        • Create Default Brand Storefront Link
        • List Brand Storefront Links
      • Reports
        • List Per-Product Attribution Reports
    • Associate Program
      • Products
        • List Associate Products
      • Brands
        • List Associate Brands
      • Associate Tags
        • Create Associate Tags
        • List Associate Tags
      • Product Links
        • List Associate Links
        • Create Associate Link
      • Reports
        • List Associate Reports
    • CPC Program
      • List CPC Campaigns
      • Get CPC Campaign Detail
      • Join a CPC Campaign
      • List Joined CPC Campaigns
      • Get Joined CPC Campaign Detail
      • List CPC Campaign Product Links
      • List CPC Campaign Daily Reports
    • ACC Program
      • List ACC Campaigns
      • List ACC Bonus Programs
      • Get ACC Bonus Program Report Summary
      • Upload Store ID and Creator ID
  • Seller API
    • Attribution Program
      • Brand
        • List Brands
      • Report
        • List Product Attribution Reports
  1. Products

List Deals

GET
/openapi/publisher/v1/deals
List deals within a time range [start, end]. Filter by asin, productId. The difference in time between the start date and end date can be no longer than 1 year. Times must be specified in ISO format with no offset (UTC), format: yyyy-MM-ddTHH:mm:ss.SSSZ.

Request

Query Params

Header Params

Responses

🟢200Success
application/json
Bodyapplication/json

🟠401Unauthorized
🟠403Forbidden
🟠422Input Validation Failed
Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://api.artemisads.com/openapi/publisher/v1/deals?marketplace=amazon.com&start=2025-01-01T08%3A00%3A00.000Z&end=2025-05-31T08%3A00%3A00.000Z&asins=B08N5WRWNW%2CB07H8QMZPX&productIds=aa_86Rf07xd4ztfA13R%2Caa_42Bc03kl8mnxZ56T&limit=100&cursor=86Rf07xd4ztfA2ztfA' \
--header 'x-aa-authorization: Bearer aa.oa2.v1.xxx'
Response Response Example
200 - 成功示例
{
  "deals": [
    {
      "type": "",
      "productId": "",
      "asin": "",
      "productTitle": "",
      "startDate": "",
      "endDate": "",
      "fullPrice": 0.0,
      "finalPrice": 0.0,
      "currency": "",
      "discountPercentage": 0.0,
      "status": "",
      "promoCode": ""
    }
  ],
  "cursor": ""
}
Modified at 2025-11-26 02:27:36
Previous
List Product Variations
Next
List Brands
Built with