# List product statuses Reference list of Product Statuses. Endpoint: GET /ListStatuses Version: 1.1 ## Query parameters: - `cultureCode` (string) Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application. ## Response 200 fields (application/json): - `Id` (integer) The internal Id of the Entity. This Id might be different in different tiers such as Stage and Production. Use Code if hard coding is required. - `Value` (string) The Value of the Entity. MaxLength: max. - `Code` (string) The Code of the Entity, if existing. Use this value when hard coding is required. MaxLength: 255.