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

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",
    "primaryTrackingId": "MAIN001",
    "subTrackingId": "SUB001"
}'
Response Response Example
200 - ζˆεŠŸη€ΊδΎ‹
{
  "linkId": "",
  "productId": "",
  "asin": "",
  "sourceId": "",
  "sourceName": "",
  "marketplace": "",
  "productStatus": "",
  "trackingLink": "",
  "shortTrackingLink": "",
  "primaryTrackingId": "",
  "subTrackingId": ""
}

Request

Header Params

Body Params application/json

Examples

Responses

🟒200Success
application/json
Body

🟠401Unauthorized
🟠403Forbidden
🟠422Input Validation Failed
Modified atΒ 2025-07-04 01:21:58
Previous
List Publisher Sources
Next
List Product Link
Built with