ArtemisAds Open API
  1. Products
ArtemisAds Open API
  • Get Started
    • Authentication
    • Pagination
    • Rate Limiting
  • Publisher API
    • Products
      • List Products
        GET
      • List Product Variations
        GET
      • List Deals
        GET
    • Brands
      • List Brands
      • List Associate Brands
    • Atttibution Program
      • 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
    • Associate Program
      • Associate Tags
        • Create Associate Tags
        • List Associate Tags
      • Product Links
        • List Associate Links
        • Create Associate Link
    • Reports
      • List Per-Product Attribution 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
  1. Products

List Products

GET
/openapi/publisher/v1/products
List active products in ArtemisAds’s product catalogue.

Request

Query Params

Header Params

Responses

🟢200OK
application/json
OK
Body

🟠400Bad Request
🟠401Unauthorized
🟠403Forbidden
🟠429Too Many Requests
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": {
                "price": 0,
                "currency": "string"
            },
            "productId": "aa_uFNqjbUyGoMAU4FM",
            "status": "active",
            "title": "tile of product"
        }
    ]
}
Modified at 2025-09-23 02:43:11
Previous
Rate Limiting
Next
List Product Variations
Built with