Ti trovi qui:
Gestione degli errori più coerente per le risorse DELETE (ELIMINA) di Shop API
Le chiamate a determinate risorse DELETE (ELIMINA) di Shop API per un ID di record inesistente ora restituiscono HTTP 404 (ProductItemNotFoundException) anziché HTTP 204 (Success) con voce di registro di debug. Questo comportamento è più coerente con il modello globale.
Dove: Sono interessate le seguenti risorse:
DELETE /baskets/{basket_id}with unknown basket_idDELETE /baskets/{basket_id}/items/{item_id}with unknown item_idDELETE /baskets/{basket_id}/payment_instruments/{payment_instrument_id}with unknown payment_instrument_idDELETE /orders/{order_id}/payment_instruments/{payment_instrument_id}with unknown payment_instrument_id

