> ## Documentation Index
> Fetch the complete documentation index at: https://terminal49-vorflux-dev-12120-supported-document-types.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# List shipment custom fields

> List every custom field value attached to a shipment in the Terminal49 API, including the api_slug, current value, and resolved option for enum fields.

Lists all custom fields attached to a specific shipment.

## Path parameters

| Parameter     | Required | Description            |
| ------------- | -------- | ---------------------- |
| `shipment_id` | Yes      | The ID of the shipment |

## Authorization

Requires `show` permission on the shipment.

## Response

Returns a JSONAPI array of custom field resources including:

* `value` - The raw stored value
* `display_value` - Formatted value for display
* Relationships to the definition and user who last updated the field
