---
title: "Get customer point transaction history"
method: GET
path: "/loyalty/cp/api/transaction-by-shop"
tags: ["Points & Earn Rules"]
---

# Get customer point transaction history

`GET /loyalty/cp/api/transaction-by-shop`

## Query parameters

- `pageable` Pageable, required
  - `page` integer
  - `size` integer
  - `sort` string[]

## Response `200`

Point transactions retrieved successfully with pagination headers (X-Total-Count, Link)

- PointTransaction
  - `autoApprovalDays` integer
  - `contractId` string
  - `createAt` string, date-time
  - `customerId` integer, required
  - `displayName` string
  - `earnRuleId` integer
  - `earnRuleName` string
  - `id` integer
  - `imported` boolean
  - `note` string
  - `orderFinancialStatus` string
  - `orderFulfillmentStatus` string
  - `orderId` integer
  - `orderLineItemId` integer
  - `orderName` string
  - `pointType` 'DEBIT' | 'CREDIT', required
  - `points` number, double, required
  - `reason` string
  - `redeemRuleName` string
  - `redeemRuleRuleId` integer
  - `reviewReference` string
  - `rewardType` 'STORE_CREDIT' | 'DISCOUNT_CODE' | 'POINTS'
  - `shop` string
  - `spentAmount` number, double
  - `status` 'APPROVED' | 'PENDING' | 'REJECTED'
  - `transactionRule` 'ADJUSTMENT' | 'EARN_RULE' | 'REDEEM_RULE' | 'REFERRAL'

## Other responses

- `401` — Customer not authenticated

---

[API](https://skmtc.net/appstle/apis/storefront-apis.md) · [All operations](https://skmtc.net/appstle/apis/storefront-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/appstle/storefront-apis/revisions/f62b6f66ee8f/schema)
