Claim short links
POST/api/affiliate/promotion/:id/claim/links
Claim all product links under the merchant. Notice: id is productId.
Request
Path Parameters
id stringrequired
Product Id
- application/json
Body
extensionCode string
Extension Code
Responses
- 200
- 201
- 401
- 403
- 404
OK
- */*
- Schema
- Example (from schema)
Schema
data object
message string
params object[]
requestId string
status int32
{
"data": {},
"message": "string",
"params": [
{}
],
"requestId": "string",
"status": 0
}
Created
Unauthorized
Forbidden
Not Found
Loading...