# Sipariş Bilgisi (OrderId veya OrderNumber İle) id veya orderNumber parametrelerinden en az biri zorunludur. Endpoint: GET /order Security: XAuthToken ## Query parameters: - `id` (string) Sipariş Kimliği Example: "57954c6f02182308d7000008" - `orderNumber` (string) Sipariş Numarası Example: 123456 ## Response 200 fields (application/json): - `pickupPointState` (object) - `pickupPointState.index` (integer) - `pickupPointState.name` (string) - `pickupPointState.state` (string) Enum: "waiting", "picked" - `orderState` (object) - `orderState.receiverName` (string) Example: "mehmet" - `orderState.orderPrice` (number) - `stepStates` (array) - `stepStates.deliveryState` (string) Enum: "waiting", "onTheWayForPickUp", "onPickUpAddress", "onDelivery", "onDeliveryAddress", "onTheWayForReturn", "onReturnAddress", "onTheWayForTransfer", "onTransferAddress", "inQueue" - `stepStates.startDate` (string) Example: "05-03-2021 18:26:48" - `stepStates.endDate` (string) Example: "05-03-2021 19:26:48" - `courierLocation` (object) - `courierLocation.longitude` (number, required) Example: 45.2345 - `courierLocation.latitude` (number, required) Example: 45.2345 - `serverTime` (string) senkronizasyon amaçlı sunucu zamanı Example: "2020-07-14T17:29:15.646Z" ## Response 401 fields (application/json): - `message` (string) yetkisiz işlem