Create shop's short link
POST/api/affiliate/shop
Create shop's short link
Request
- application/json
Body
extensionCode string
Extension code
partnerShopId string
partnerShopId
rawLink string
Thr raw link which need to created a short link
Responses
- 200
- 201
- 401
- 403
- 404
OK
- */*
- Schema
- Example (from schema)
Schema
data string
message string
params object[]
requestId string
status int32
{
"data": "string",
"message": "string",
"params": [
{}
],
"requestId": "string",
"status": 0
}
Created
Unauthorized
Forbidden
Not Found
Loading...