7.2 Update Magic Links
{
"name": "Updated Magic Link Name",
"description": "Magic Link Description",
"channel": "SomeChannel",
"orderId": 1,
"conversationId": "SomeConversationId",
"externalId": "SomeExternalId",
"status": "Active",
"price": 29.99,
"currency": "USD",
"enabledInstallments": "[1, 2]",
"stock": 50,
"image": "image_url.jpg",
"url": "some_url",
"image_url": "image_url.jpg",
"is_active": true,
"is_deleted": false,
"merchant_id": 1,
"link_id": "SomeLinkId",
"soldCount": 10,
"token": "SomeToken",
"custom_link": true,
"custom_token": "SomeCustomToken"
}Last updated