ArtemisAds
  1. Links
ArtemisAds
  • Get Started
    • Authentication
    • Pagination
  • Publisher API
    • 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

Get Product Link by ID

GET
/openapi/publisher/v1/links/{linkId}
Get a product link by its ID.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.artemisads.com/openapi/publisher/v1/links/aa_pMNoU6k9Nn0k0gl1' \
--header 'x-aa-authorization: Bearer aa.oa2.v1.xxx'
Response Response Example
{
  "linkId": "",
  "productId": "",
  "asin": "",
  "sourceId": "",
  "sourceName": "",
  "marketplace": "",
  "productStatus": "",
  "trackingLink": "",
  "shortTrackingLink": ""
}

Request

Path Params
linkId
string 
required
ArtemisAds Identifier for an product link.
Example:
aa_pMNoU6k9Nn0k0gl1
Header Params
x-aa-authorization
string 
required

Bearer

Example:
Bearer aa.oa2.v1.xxx

Responses

🟢200Success
application/json
Body
The product link
linkId
string 
required
ArtemisAds Identifier for an product link.
productId
string 
required
ArtemisAds Identifier for an product.
asin
string 
required
Amazon Standard Identifier for an Amazon product.
sourceId
string 
required
ArtemisAds identifier for the source where the created link will be used.
sourceName
string 
required
Name of the source where the created link will be used.
marketplace
string 
required
Represents an Amazon marketplace.Available options: amazon.com, amazon.co.uk, amazon.ca, amazon.de, amazon.fr.
productStatus
string 
required
ArtemisAds Product status, inactive product do not earn commissions.
trackingLink
string 
required
Full tracking link generated for the product.
shortTrackingLink
string 
optional
Shortened version of the tracking link for easier sharing.
Modified at 2025-06-04 02:19:26
Previous
List Product Link
Next
Create Default Brand Storefront Link
Built with