solidus
solidus copied to clipboard
Deduplicate orders API endpoints
The duplication between /api/checkouts and /api/orders is a legacy remnant; currently, we use /api/checkouts when operating on a non-finalized order and /api/orders when operating on a finalized order (i.e. one that’s already been placed).
We should consolidate those endpoints into a single one.