> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# s_bounce_shipment table

> Email bounces from customers

## s\_bounce\_shipment Table (342)

Email bounces from customers

## Fields

| Name         | Description                                  | Type                               | Nullable |
| ------------ | -------------------------------------------- | ---------------------------------- | :------: |
| id           | Primary key                                  | PK                                 |    No    |
| shipment\_id | The shipment this bounce belongs to          | FK [s\_shipment](./s-shipment.mdx) |    No    |
| customer\_id | The customer this bounce came from           | FK [person](./person.mdx)          |    No    |
| email        | The email address for this particular bounce | String(255)                        |    Yes   |

<img src="https://mintcdn.com/superofficeas/6OcOTPa_ISkjXJg4/media/loc/en/database/tables/s_bounce_shipment.png?fit=max&auto=format&n=6OcOTPa_ISkjXJg4&q=85&s=a5e56c077e3b03019582a279f0b6a079" alt="s_bounce_shipment table relationship diagram" width="700" height="59" data-path="media/loc/en/database/tables/s_bounce_shipment.png" />

## Indexes

| Fields       | Types | Description |
| ------------ | ----- | ----------- |
| shipment\_id | FK    | Index       |
| customer\_id | FK    | Index       |

## Relationships

| Table                       | Description                                                                     |
| --------------------------- | ------------------------------------------------------------------------------- |
| [person](./person)          | Persons                                                                         |
| [s\_shipment](./s-shipment) | Contains info about one shipment. The addresses are stored in s\_shipment\_addr |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.


## Related topics

- [s_shipment table](/en/database/tables/s-shipment.md)
- [s_shipment_addr table](/en/database/tables/s-shipment-addr.md)
- [What's new in version 10.1.2.686](/release-notes/database/changes-10.1.2.md)
- [What's new in version 10.1.5](/release-notes/database/changes-10.1.5.md)
- [What's new in version 10.2.1.1517](/release-notes/database/changes-10.2.1.md)
- [What's new in version 10.2.6.1248](/release-notes/database/changes-10.2.6.md)
