List Product Link
GET
/openapi/publisher/v1/links
Publisher Open API
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&cursor=86Rf07xd4ztfA2ztfA&limit=100&productIds=aa_86Rf07xd4ztfA13R,aa_86Rf07xd4ztfA2Ud&sourceIds=aa_86Rf07xd4ztfA13R,aa_86Rf07xd4ztfA2Ud' \
--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"
}
]
}
Request
Query Params
marketplace
string
optional
Example:
amazon.com
asins
string
optional
Example:
B0DGXXWGNQ,B0DGXX66RY
cursor
string
optional
Example:
86Rf07xd4ztfA2ztfA
limit
integer <int32>
optional
Example:
100
productIds
string
optional
Example:
aa_86Rf07xd4ztfA13R,aa_86Rf07xd4ztfA2Ud
sourceIds
string
optional
Example:
aa_86Rf07xd4ztfA13R,aa_86Rf07xd4ztfA2Ud
Header Params
x-aa-authorization
string
required
Bearer
Example:
Bearer aa.oa2.v1.xxx
Responses
Modified at 2025-06-04 02:14:41