# Sipariş Hazırlandı Endpoint: PUT /order/prepared Security: XAuthToken ## Query parameters: - `id` (string) Sipariş Kimliği. Bu parametre parametresi ile birlikte gönderilmemelidir. Example: "57954c6f02182308d7000008" - `orderNumber` (string) Sipariş Numarası. Bu parametre parametresi ile birlikte gönderilmemelidir. Example: 123456 ## Response 200 fields (application/json): - `success` (boolean) Example: true - `message` (string) Example: "Sipariş hazırlandı" ## Response 400 fields (application/json): - `message` (string) Example: "Hata Mesajı" ## Response 401 fields (application/json): - `message` (string) yetkisiz işlem