# Get customer order information by its identifiers. **GET /customer-orders/{id}** Sample request: GET /customer-orders/CDE0000000001 ## Servers - https://soget-api-integration.azure-api.net/customer-orders/v1: https://soget-api-integration.azure-api.net/customer-orders/v1 () ## Authentication methods - Bearer token & Api key ## Parameters ### Path parameters - **id** (string) Customer order identifier ## Responses ### 200 Successful operation. #### Body: application/json (object) - **customerOrderId** (string) Customer order identifier. - **type** (string) Order types (note that the value handled by this service is only Master): - **status** (string) Updating information related to a stage of the logistics flow (example: delivery to the importer) is no longer possible once the associated event has been completed. Updating the order is no longer possible once all the events have been completed. The order cannot be canceled if it has the "Submitted" status or if all the events have been completed. List of order states: - **histories** (array[object]) Histories of the order. - **container** (object) Information about the entity to be transported, usually a container. - **contractor** (object) Actor information. - **carrier** (object) Actor information. - **transportOrderNumber** (string) Number of transport order. - **date** (string(date-time) | null) Date of the customer order. ISO 8601 Extended Format - **sender** (string | null) Name of the person who created the order. - **clientReference** (string | null) Importer/Exporter reference. - **customsFlag** (string) Type of flows: - **priceInformation** (string | null) Comment about pricing. - **instructionsInformation** (string | null) Instructions for the driver. - **contractTermsInformation** (string | null) Information about the contract terms. - **comment** (string | null) General comments about the transport order. - **voyage** (object) Voyage information. ### 400 Bad request. #### Body: application/json (object) - **timestamp** (string(date-time)) Time information. ISO 8601 Extended Format - **code** (string) Error that could be returned by the system. - **message** (string | null) Error message. ### 404 Customer order not found. #### Body: application/json (object) - **timestamp** (string(date-time)) Time information. ISO 8601 Extended Format - **code** (string) Error that could be returned by the system. - **message** (string | null) Error message. [Powered by Bump.sh](https://bump.sh)