ArtemisAds Open API
  1. Product Links
ArtemisAds Open API
  • Get Started
    • Authentication
    • Pagination
    • Rate Limiting
  • Publisher API
    • Products
      • List Products
      • List Product Variations
      • List Deals
    • 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
          GET
        • Create Associate Link
          POST
    • 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. Product Links

Create Associate Link

POST
/openapi/publisher/v1/associate/links
Create a new associate link using an existing associate tag.

Request

Header Params

Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

🟠401Unauthorized
🟠403Forbidden
🟠429Too Many Requests
🟠422Input Validation Failed
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.artemisads.com/openapi/publisher/v1/associate/links' \
--header 'x-aa-authorization: Bearer aa.oa2.v1.xxx' \
--header 'Content-Type: application/json' \
--data-raw '{
    "productId": "string",
    "associateTag": "string"
}'
Response Response Example
200 - 成功示例
{
  "linkId": "",
  "productId": "",
  "asin": "",
  "associateTag": "",
  "associateLink": "",
  "shortLink": "",
  "createdAt": ""
}
Modified at 2025-11-26 02:34:31
Previous
List Associate Links
Next
List Per-Product Attribution Reports
Built with