Cancel an order with a specified reason
payment_key (UUID)application/json| ID | Reason |
|---|---|
| 1 | Ürün tükendi (Product out of stock) |
| 2 | Adres bulunamıyor (Address not found) |
| 3 | Yoğunluk nedeniyle (Due to congestion) |
| 4 | Müşteri iptal etti (Customer canceled) |
| 5 | Teknik sorun (Technical issue) |
| 6 | Çok uzak teslimat adresi (Delivery address too far) |
| 7 | Ödeme problemi (Payment problem) |
| 8 | Diğer (Other) |
true if successful"OK" on success1. Product Out of Stock (reason_id: 1)
2. Address Not Found (reason_id: 2)
3. Too Busy (reason_id: 3)
4. Customer Canceled (reason_id: 4)
5. Technical Issue (reason_id: 5)
6. Address Too Far (reason_id: 6)
7. Payment Problem (reason_id: 7)
8. Other (reason_id: 8)