Get Custom Links
6.5 Get Custom Links
Request
Method
URL
GET
/customlink/v1/products
Query Params
id(Optional): List of member IDs to filter.
name (Optional): Filter members by name.
page : Page number for pagination.
channel(Optional): Channel number for pagination.
orderId(Optional): List of order IDs to filter.
size (Optional): Number of items per page for pagination.
conversationId(Optional): List of conversation IDs to filter.
externalId(Optional): List of external IDs to filter.
currency(Optional): Filter of currency.
minPrice(Optional): Filter of min price.
maxPrice(Optional): Filter of max price.
Response
Status
Response
200
{
"data": {
"items": [
{
"id": 151,
"name": "Çay",
"description": "Bir adet kurabiye ile servis edilen Türk çayı",
"orderId": "None",
"conversationId": "None",
"externalId": "None",
"status": "ACTIVE",
"price": 10.0,
"currency": "TRY",
"stock": null,
"soldCount": 0,
"token": null,
"enabledInstallments": [],
"url": null,
"imageUrl": null,
"channel": null,
"custom_token": "http://tinyurl.com/yohwrzn4"
},
{
"id": 150,
"name": "Çay",
"description": "Bir adet kurabiye ile servis edilen Türk çayı",
"orderId": "None",
"conversationId": "None",
"externalId": "None",
"status": "ACTIVE",
"price": 10.0,
"currency": "TRY",
"stock": null,
"soldCount": 0,
"token": null,
"enabledInstallments": [],
"url": null,
"imageUrl": null,
"channel": null,
"custom_token": "http://tinyurl.com/yvmc8bch"
},
},
"page": 2,
"size": 10,
"total_size": 23
}
403
400
401
401
500
Last updated