# Shipment Exception Types **GET /metadata/shipment_exception_types** Retrieve the list of shipment exception types ## Servers - https://api.arta.io: https://api.arta.io () ## Parameters ### Headers - **Authorization** (string) Authorize your API calls with an Arta API token ## Responses ### 200 A collection of shipment exception types #### Headers - **content-type** (string) - **x-arta-request-id** (string) A unique identifier for the Arta API call #### Body: application/json (array[object]) - **can_create** (boolean) Defines whether or not shipment exceptions of this type may be created by API clients - **category** (string) The category this shipment exception type belongs to - **id** (string) The ID of the shipment exception type - **name** (string) The name of the shipment exception type - **resolutions** (array[string]) A list of strings representing accepted resolutions for shipment exceptions of this type [Powered by Bump.sh](https://bump.sh)