API v1 compatibility
These routes remain available for existing integrations. New checkout implementations should use v2.
| Method | Route | Replacement |
|---|---|---|
| GET | /getShortProducts | /v2/getShortProducts |
| GET | /getLongProduct | /v2/getLongProduct |
| GET | /getManyProducts | /v2/getManyProducts |
| GET | /searchProducts | /v2/searchProducts |
| GET | /getAllStates, /getStateLGAs, /getAreas | v2 delivery selectors |
| GET | /getDeliveryFee | /v2/delivery/quote |
| POST | /orderProduct | /v2/orderProduct |
| GET | /getOrders, /getOrder, /getOrderDeliveryStatus | Currently retained private reads |
| POST | /fundWallet, /confirmFundWallet | Dashboard funding flow recommended |
| GET | /getWalletBalance | Dashboard or retained v1 route |