---
title: CropRegion - Customer API
description: The part of the image that should remain after cropping.
api_version: 2026-04
api_name: customer
type: enum
api_type: graphql
source_url:
  html: 'https://shopify.dev/docs/api/customer/latest/enums/CropRegion'
  md: 'https://shopify.dev/docs/api/customer/latest/enums/CropRegion.md'
---

# Crop​Region

enum

The part of the image that should remain after cropping.

## Valid values

* BOTTOM

  Keep the bottom of the image.

* CENTER

  Keep the center of the image.

* LEFT

  Keep the left of the image.

* RIGHT

  Keep the right of the image.

* TOP

  Keep the top of the image.

***

## Fields

* [Image.transformedSrc(crop)](https://shopify.dev/docs/api/customer/latest/objects/Image#field-Image.fields.transformedSrc.arguments.crop)

  ARGUMENT

  Represents an image resource.

* [Image​Transform​Input.crop](https://shopify.dev/docs/api/customer/latest/input-objects/ImageTransformInput#fields-crop)

  INPUT OBJECT

  The available options for transforming an image.

  All transformation options are considered best effort. Any transformation that the original image type doesn't support will be ignored.

* [Payment​Icon​Image.transformedSrc(crop)](https://shopify.dev/docs/api/customer/latest/objects/PaymentIconImage#field-PaymentIconImage.fields.transformedSrc.arguments.crop)

  ARGUMENT

  Represents an image resource.

***

## Map

### Inputs with this enum

* [Image​Transform​Input.crop](https://shopify.dev/docs/api/customer/latest/input-objects/ImageTransformInput#fields-crop)

### Arguments with this enum

* [Image.transformedSrc(crop)](https://shopify.dev/docs/api/customer/latest/objects/Image#field-Image.fields.transformedSrc.arguments.crop)
* [Payment​Icon​Image.transformedSrc(crop)](https://shopify.dev/docs/api/customer/latest/objects/PaymentIconImage#field-PaymentIconImage.fields.transformedSrc.arguments.crop)
