Create Product Link
POST
/openapi/publisher/v1/links
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
Responses
Modified at 2025-06-04 02:27:19