Update Custom Links
6.2 Update Custom Links
Request
Method
URL
PUT
/customlink/v1/products/{magic_link_id}
Copy
Response
Status
Response
200
{
"data": {
"id": 162,
"name": "Updated Magic Link Name",
"description": "Magic Link Description",
"orderId": "12",
"conversationId": "1",
"externalId": "1",
"status": "Active",
"price": 29.99,
"currency": "USD",
"stock": 50,
"soldCount": 0,
"token": null,
"enabledInstallments": [],
"url": null,
"imageUrl": null,
"channel": "SomeChannel",
"custom_token": "http://tinyurl.com/yw8amt84"
}
}
403
400
400
401
401
500
Last updated