> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/products/llms.txt)
> Source: https://docs.saleor.io/api-reference/products/objects/margin

# Margin Object

Metadata for the Margin class.

```graphql
type Margin {
  start: Int
  stop: Int
}
```

<a id="fields"></a>

### Fields

<a id="start"></a>

#### [`start`](#start) ● [`Int`](/api-reference/miscellaneous/scalars/int.md)

The starting value of the margin.

<a id="stop"></a>

#### [`stop`](#stop) ● [`Int`](/api-reference/miscellaneous/scalars/int.md)

The ending value of the margin.

<a id="member-of"></a>

### Member Of

[`ProductChannelListing`](/api-reference/products/objects/product-channel-listing.md) object
