---
title: PointOfSaleDevicePaymentSessionAdjustPayload - GraphQL Admin
description: Return type for `pointOfSaleDevicePaymentSessionAdjust` mutation.
api_version: 2026-04
source_url:
  html: >-
    https://shopify.dev/docs/api/admin-graphql/latest/payloads/PointOfSaleDevicePaymentSessionAdjustPayload
  md: >-
    https://shopify.dev/docs/api/admin-graphql/latest/payloads/PointOfSaleDevicePaymentSessionAdjustPayload.md
api_name: admin
api_type: graphql
type: payload
metadata:
  domain: admin
---

# Point​Of​Sale​Device​Payment​Session​Adjust​Payload

payload

Return type for `pointOfSaleDevicePaymentSessionAdjust` mutation.

## Fields

* point​Of​Sale​Device​Payment​Session

  [Point​Of​Sale​Device​Payment​Session](https://shopify.dev/docs/api/admin-graphql/latest/objects/PointOfSaleDevicePaymentSession)

  The adjusted point of sale device payment session.

* user​Errors

  [\[User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/UserError)

  non-null

  The list of errors that occurred from executing the mutation.

***

## Mutations with this payload

* [point​Of​Sale​Device​Payment​Session​Adjust](https://shopify.dev/docs/api/admin-graphql/latest/mutations/pointOfSaleDevicePaymentSessionAdjust)

  mutation

  Adds an adjustment to a point of sale device payment session.

  * point​Of​Sale​Device​Payment​Session​Id

    [ID!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID)

    required

    ### Arguments

    The point of sale device payment session to be adjusted.

  * cash

    [Money​Input!](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/MoneyInput)

    required

    The amount of cash being added or removed.

  * staff​Member​Id

    [ID!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID)

    required

    The staff member who made the adjustment.

  * reason​Code​Id

    [ID](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID)

    The reason code for the adjustment.

  * note

    [String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String)

    The note entered when the adjustment was made.

  * time

    [Date​Time](https://shopify.dev/docs/api/admin-graphql/latest/scalars/DateTime)

    The time when the adjustment was made. Defaults to the current time.

  ***

***

## Map

### Mutations with this payload

* [point​Of​Sale​Device​Payment​Session​Adjust](https://shopify.dev/docs/api/admin-graphql/latest/mutations/pointOfSaleDevicePaymentSessionAdjust)
