List Box Sizes
Boxes
List Box Sizes
Public catalog of available box sizes for the deploy picker.
Static data — no auth, no DB. Lives server-side (instead of being
hardcoded in the frontend) so re-tiering or running a promo is a
one-file edit in sizing.py with no frontend redeploy needed.
GET
List Box Sizes
Response
200 - application/json
Successful Response
Catalog of available size tiers, returned to the deploy picker.
Keeping the list server-side (instead of hardcoding prices in the
frontend) means the day we re-tier or run a promo, we don't have
to ship a frontend deploy. Just edit sizing.py.