curl --request POST \
--url https://loyalty-admin.appstle.com/loyalty/cp/api/update-customer-status \
--header 'Content-Type: application/json' \
--data '
{
"customerId": 0,
"dob": "2026-01-12",
"status": "ACTIVE"
}
'{
"shop": "<string>",
"customerId": 123,
"createAt": "2023-11-07T05:31:56Z",
"availablePoints": 123,
"pendingPoints": 123,
"id": 123,
"firstName": "<string>",
"lastName": "<string>",
"email": "<string>",
"dob": "2023-12-25",
"enableEmail": true,
"token": "<string>",
"redeemLimit": 123,
"redeemLimitOnce": 123,
"vipTier": "<string>",
"vipTierId": 123,
"vipTierSummary": "<string>",
"displayName": "<string>",
"vipTierExpiredAt": "2023-11-07T05:31:56Z",
"spentAmount": 123,
"lastActivity": "2023-11-07T05:31:56Z",
"ordersCount": 123,
"lastMonthlyReminderSentDate": "2023-11-07T05:31:56Z",
"redeemedPoints": 123,
"lastRewardExpiryReminderSentDate": "2023-11-07T05:31:56Z",
"phone": "<string>",
"loyaltyProgramEnabled": true,
"emailSetting": "<string>",
"skipReview": true,
"updatedSettings": "<string>",
"storeCreditAccountId": "<string>",
"emailBouncedOrFailed": true,
"availableStoreCredits": 123,
"isDeletedFromShopify": true,
"enableEmailMarketing": true,
"enableSmsMarketing": true,
"tags": "<string>",
"vipTierAmount": 123
}Documentation Index
Fetch the complete documentation index at: https://developers.appstle.com/llms.txt
Use this file to discover all available pages before exploring further.
Customer birth date update request containing the date of birth
Customer status updated successfully
ACTIVE, INACTIVE, EXCLUDED, EXCLUDED_BY_CUSTOMER MANUAL, AUTO_RENEWAL, RENEWAL_ON_HIGHER_TIER curl --request POST \
--url https://loyalty-admin.appstle.com/loyalty/cp/api/update-customer-status \
--header 'Content-Type: application/json' \
--data '
{
"customerId": 0,
"dob": "2026-01-12",
"status": "ACTIVE"
}
'{
"shop": "<string>",
"customerId": 123,
"createAt": "2023-11-07T05:31:56Z",
"availablePoints": 123,
"pendingPoints": 123,
"id": 123,
"firstName": "<string>",
"lastName": "<string>",
"email": "<string>",
"dob": "2023-12-25",
"enableEmail": true,
"token": "<string>",
"redeemLimit": 123,
"redeemLimitOnce": 123,
"vipTier": "<string>",
"vipTierId": 123,
"vipTierSummary": "<string>",
"displayName": "<string>",
"vipTierExpiredAt": "2023-11-07T05:31:56Z",
"spentAmount": 123,
"lastActivity": "2023-11-07T05:31:56Z",
"ordersCount": 123,
"lastMonthlyReminderSentDate": "2023-11-07T05:31:56Z",
"redeemedPoints": 123,
"lastRewardExpiryReminderSentDate": "2023-11-07T05:31:56Z",
"phone": "<string>",
"loyaltyProgramEnabled": true,
"emailSetting": "<string>",
"skipReview": true,
"updatedSettings": "<string>",
"storeCreditAccountId": "<string>",
"emailBouncedOrFailed": true,
"availableStoreCredits": 123,
"isDeletedFromShopify": true,
"enableEmailMarketing": true,
"enableSmsMarketing": true,
"tags": "<string>",
"vipTierAmount": 123
}