---
title: "Adjust Loyalty Customer Points"
method: POST
path: "/loyalty/v3/stores/:store_id/points/adjust"
---

# Adjust Loyalty Customer Points

`POST /loyalty/v3/stores/:store_id/points/adjust`

## Path parameters

- `account_id` string, required

## Query parameters

- `access_token` string

## Request body

- object
  - `customer_email` string, required — The customer's email address. Required if no `customer_id` is passed.
  - `history_title` string, required — Use this to override the normal description shown to the user in their history. Will default to the campaign settings otherwise.
  - `point_adjustment_amount` integer, required — The amount of points you wish to add or remove. You can also provide a negative points value.
  - `visible_to_customer` string — Choose whether the adjustment is visible to the customer on-site.
  - `apply_adjustment_to_points_earned` boolean — Choose if this should also apply to the customer's total points earned value.

## Response `200`

200

- object

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/yotpo/apis/app-developer-api.md) · [All operations](https://skmtc.dev/yotpo/apis/app-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/yotpo/app-developer-api/revisions/4effe7674a3b/schema)
