ArtemisAds
  1. Products
ArtemisAds
  • Get Started
    • Authentication
    • Pagination
  • Publisher API
    • Tracking ID
      • Create Primary Tracking ID
      • Create Sub Tracking ID
      • List Tracking IDs
    • Products
      • List Products
        GET
    • Deals
      • List Deals
    • Brands
      • List Brands
    • Links
      • List Publisher Sources
      • Create Product Link
      • List Product Link
      • Get Product Link by ID
      • Create Default Brand Storefront Link
      • List Brand Storefront Links
    • Reports
      • List Product reports
      • List Per-Product reports
  1. Products

List Products

GET
/openapi/publisher/v1/products
List active products in ArtemisAds’s product catalogue.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.artemisads.com/openapi/publisher/v1/products?marketplace=amazon.com&asins=B0DGXXWGNQ,B0DGXX66RY&availability=in_stock&brandIds=aa_86Rf07xd4ztfA13R,aa_86Rf07xd4ztfA2Ud&cursor=86Rf07xd4ztfA2ztfA&limit=100' \
--header 'x-aa-authorization: Bearer aa.oa2.v1.xxx'
Response Response Example
200 - Example 1
{
    "cursor": "string",
    "products": [
        {
            "aboutProduct": "about product",
            "asin": "B0DGXXWGNQ",
            "brandId": "aa_86Rf07xd4ztfA13R",
            "category": "category of product",
            "commission": 0.2,
            "deals": [
                {
                    "discountPercentage": 30,
                    "endTimestamp": 1734163199999,
                    "finalPrice": 70,
                    "fullPrice": 100,
                    "promoCode": "HK2024",
                    "startTimestamp": 1733385600000,
                    "status": "Active",
                    "type": 29.99
                }
            ],
            "imageUrl": "https://m.media-amazon.com/images/I/311cuH23123BL._SS60_.jpg",
            "marketplace": "amazon.com",
            "pricing": {
                "currency": "USD",
                "price": 123.45
            },
            "productId": "aa_uFNqjbUyGoMAU4FM",
            "status": "active",
            "title": "tile of product"
        }
    ]
}

Request

Query Params

Header Params

Responses

🟢200OK
application/json
OK
Body

🟠400Bad Request
🟠401Unauthorized
Modified at 2025-06-05 09:55:12
Previous
List Tracking IDs
Next
List Deals
Built with