customers.read_write
- Customers Read & writeAuthorization: Bearer ********************
{
"points": 900,
"reset_point": false,
"type": "plus",
"reason": "Valid reason text",
"channel_send": [
"email",
"sms"
],
"customers": [
748394059, 873874834
]
}
curl --location --request POST 'https://api.salla.dev/admin/v2/customers/loyalty/points' \
--header 'Content-Type: application/json' \
--data-raw '{
"points": 900,
"reset_point": false,
"type": "plus",
"reason": "Valid reason text",
"channel_send": [
"email",
"sms"
],
"customers": [
748394059, 873874834
]
}'
{
"status": 201,
"success": true,
"data": {
"code": 201,
"message": "تم ØªØØ¯ÙŠØ« نقاط الولاء للعملاء بنجاØ"
}
}