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

List Product Link

GET
/openapi/publisher/v1/links
List product links.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.artemisads.com/openapi/publisher/v1/links?marketplace=amazon.com&asins=B0DGXXWGNQ,B0DGXX66RY&productIds=aa_86Rf07xd4ztfA13R,aa_86Rf07xd4ztfA2Ud&sourceIds=aa_86Rf07xd4ztfA13R,aa_86Rf07xd4ztfA2Ud&primaryTrackingId=MAIN001&subTrackingId=SUB001&limit=50&cursor=86Rf07xd4ztfA2ztfA' \
--header 'x-aa-authorization: Bearer aa.oa2.v1.xxx'
Response Response Example
200 - Example 1
{
    "cursor": "string",
    "links": [
        {
            "linkId": "string",
            "productId": "string",
            "asin": "string",
            "sourceId": "string",
            "sourceName": "string",
            "marketplace": "string",
            "productStatus": "string",
            "trackingLink": "string",
            "shortTrackingLink": "string",
            "primaryTrackingId": "string",
            "subTrackingId": "string"
        }
    ]
}

Request

Query Params

Header Params

Responses

🟢200OK
*/*
OK
Body

🟠401Unauthorized
🟠403Forbidden
Modified at 2025-06-26 05:45:56
Previous
Create Product Link
Next
Get Product Link by ID
Built with