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

Create Product Link

POST
/openapi/publisher/v1/links
Create Product Link
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.artemisads.com/openapi/publisher/v1/links' \
--header 'x-aa-authorization: Bearer aa.oa2.v1.xxx' \
--header 'Content-Type: application/json' \
--data-raw '{
    "productId": "aa_uFNqjbUyGoMAU4FM",
    "sourceId": "aa_AF12NqjbUyaoMAU4M"
}'
Response Response Example
{
  "linkId": "",
  "productId": "",
  "asin": "",
  "sourceId": "",
  "sourceName": "",
  "marketplace": "",
  "productStatus": "",
  "trackingLink": "",
  "shortTrackingLink": ""
}

Request

Header Params
x-aa-authorization
string 
required

Bearer

Example:
Bearer aa.oa2.v1.xxx
Body Params application/json
productId
string 
required
ArtemisAds Identifier for an product.
sourceId
string 
optional
ArtemisAds identifier for the source where the created link will be used.
Examples

Responses

🟢200Success
application/json
Body
Publisher 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.
productStatus
string 
required
ArtemisAds Product status, inactive product do not earn commissions.
trackingLink
string 
optional
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:27:19
Previous
List Publisher Sources
Next
List Product Link
Built with