curl --request GET \
--url https://loyalty-admin.appstle.com/loyalty/cp/api/transaction-by-shop[
{
"id": 12345,
"shop": "example-store.myshopify.com",
"customerId": 67890,
"points": 50,
"pointType": "EARNED",
"note": "Points earned for purchase",
"status": "APPROVED",
"transactionRule": "ORDER_PLACED",
"createAt": "2025-01-15T10:30:00Z",
"spentAmount": 99.99
}
]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.
Pagination parameters (page number, size, sort)
Show child attributes
Point transactions retrieved successfully with pagination headers (X-Total-Count, Link)
DEBIT, CREDIT APPROVED, PENDING, REJECTED ADJUSTMENT, EARN_RULE, REDEEM_RULE, REFERRAL STORE_CREDIT, DISCOUNT_CODE, POINTS curl --request GET \
--url https://loyalty-admin.appstle.com/loyalty/cp/api/transaction-by-shop[
{
"id": 12345,
"shop": "example-store.myshopify.com",
"customerId": 67890,
"points": 50,
"pointType": "EARNED",
"note": "Points earned for purchase",
"status": "APPROVED",
"transactionRule": "ORDER_PLACED",
"createAt": "2025-01-15T10:30:00Z",
"spentAmount": 99.99
}
]