Tạo liên kết rút gọn
Tham số
| Trường | Kiểu | Mô tả | Ví dụ |
|---|---|---|---|
| originUrl | String! | URL gốc cần rút gọn | https://shopee.vn/Apple-Iphone-11-128GB-Local-Set-i.52377417.6309028319 |
| subIds | [String] | Sub ID trong nội dung utm của liên kết theo dõi, có 5 sub ID | ["s1","s2","s3","s4","s5"] |
Kết quả
| Trường | Kiểu | Mô tả | Ví dụ |
|---|---|---|---|
| shortLink | String! | Liên kết rút gọn đã tạo |
Ví dụ
curl -X POST 'https://open-api.affiliate.shopee.vn/graphql' \
-H 'Authorization:SHA256 Credential=123456, Signature=x9bc0bd3ba6c41d98a591976bf95db97a58720a9e6d778845408765c3fafad69d, Timestamp=1234567890' \
-H 'Content-Type: application/json' \
--data-raw '{"query":"mutation {\n generateShortLink(input: {\n originUrl: \"https://shopee.vn/Apple-Iphone-11-128GB-Local-Set-i.52377417.6309028319\",\n subIds: [\"s1\", \"s2\", \"s3\", \"s4\", \"s5\"]\n }) {\n shortLink\n }\n}"}'
Ví dụ phản hồi
{
"data": {
"generateShortLink": {
"shortLink": "https://shope.ee/abc123xyz"
}
}
}
Thử ngay
Còn 5/5 lần thửKết quả
Chưa có kết quả. Hãy thử API ở trên.