solidus icon indicating copy to clipboard operation
solidus copied to clipboard

Deduplicate orders API endpoints

Open chrean opened this issue 3 years ago • 0 comments

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.

chrean avatar Dec 13 '22 12:12 chrean