ArtemisAds Open API
  1. Products
ArtemisAds Open API
  • Get Started
    • Authentication
    • Pagination
    • Rate Limiting
  • Publisher API
    • Atttibution Program
      • Products
        • List Products
        • List Product Variations
        • List Deals
      • 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
          GET
      • Brands
        • List Associate Brands
      • Associate Tags
        • Create Associate Tags
        • List Associate Tags
      • Product Links
        • List Associate Links
        • Create Associate Link
      • Reports
        • List Associate Reports
  • Schemas
    • Schemas
      • Publisher Product List
      • PublisherProductLinkList
      • publisher 发布链接的渠道信息.
      • publisher 商品的报告.
      • Publisher Product
      • Publisher Product Deal
    • PublisherSource
    • PublisherProductReport
    • SellerBrand
    • PublisherDeal
    • PublisherBrand
    • PublisherBrandLink
    • PublisherSubTrackingId
    • PublisherAssociateBrand
    • PublisherAssociateTagsResult
    • PublisherAssociateTag
    • PublisherAssociateLink
    • PublisherAssociateReport
    • PublisherProductLink
    • PublisherSourceList
    • PublisherCreateLinkRequest
    • PublisherProductReportList
    • SellerBrandList
    • PublisherReportPerProduct
    • PublisherDealList
    • PublisherBrandList
    • PublisherCreateBrandLinkRequest
    • PublisherBrandLinkList
    • PublisherPrimaryTrackingId
    • PublisherCreateSubTrackingIdRequest
    • PublisherProductDeal
    • PublisherAssociateBrandList
    • PublisherAssociateTagsRequest
    • PublisherAssociateTagList
    • PublisherCreateAssociateLinkRequest
    • PublisherAssociateReportList
    • PublisherAssociateLinkList
    • PublisherReportList
    • PublisherCreatePrimaryTrackingIdRequest
    • PublisherTrackingIdList
    • PublisherProduct
    • ProductPrice
    • PublisherProductVariationList
    • PublisherProductList
  1. Products

List Associate Products

GET
/openapi/publisher/v1/associate/products
Retrieve products for Amazon Associate program

Request

Query Params

Header Params

Responses

🟢200
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.artemisads.com/openapi/publisher/v1/associate/products?marketplace=amazon.com&asins=B0FDQJXHMM,B0FDQD5655&brandIds=aa_jApMfL6gQZzYHgCI&availability=in_stock&limit=100&cursor=NBbHqV1VG6BiqhKvQ7t' \
--header 'x-aa-authorization: Bearer aa.oa2.v1.xxx'
Response Response Example
{
  "products": [
    {
      "productId": "",
      "asin": "",
      "marketplace": "",
      "pricing": {
        "price": 0.0,
        "currency": ""
      },
      "commission": 0.0,
      "title": "",
      "category": "",
      "brandId": "",
      "status": "",
      "imageUrl": "",
      "aboutProduct": "",
      "deals": [
        {
          "type": "",
          "startTimestamp": 0,
          "endTimestamp": 0,
          "fullPrice": 0.0,
          "finalPrice": 0.0,
          "discountPercentage": 0.0,
          "status": "",
          "promoCode": ""
        }
      ]
    }
  ],
  "cursor": ""
}
Modified at 2026-02-06 06:56:45
Previous
List Per-Product Attribution Reports
Next
List Associate Brands
Built with