Myntra. One command.
Fashion in your terminal
myn lets you search fashion, view detailed size charts with real garment measurements, check orders, and manage your Myntra cart and wishlist โ all from the terminal.
Tip: use --json for scripting or --plain for piping to other tools.
$ uv tool install git+https://github.com/sunil-dhaka/myntra-cli.git
$ myn search "nike shoes" --sort price_asc --gender men
$ myn product 13327736
$ myn orders --json
$ myn wishlist
Install
uv, pipx, pip, or from source.
uv (recommended)
uv tool install git+https://github.com/sunil-dhaka/myntra-cli.git
From source
git clone https://github.com/sunil-dhaka/myntra-cli.git
cd myntra-cli
uv sync
uv run myn --help
Quickstart
Search instantly. Log in for orders and cart.
Install
One command with uv.
uv tool install git+https://github.com/sunil-dhaka/myntra-cli.git
Search products
Full-text search with sort and gender filters.
myn search "sneakers" --sort price_asc --gender men
View size charts
Real garment measurements: chest, shoulder, sleeve length.
myn product 13327736
Authenticated commands
For orders, cart, and wishlist, log in once via browser. Session persists automatically.
myn orders --json
Commands
Browse, search, and shop from the terminal.
search
Full-text search with sort by relevance, price, popularity, rating, discount, or newest. Filter by gender.
product
Complete product details with actual garment measurements in the size chart. See price, rating, and available sizes.
reviews
Customer reviews with star ratings and pagination. Available without login.
orders
Full order history with status tracking, delivery dates, and color-coded statuses.
cart
View your shopping cart with product details, sizes, quantities, and total.
wishlist
Browse saved items with availability status and pricing.
Examples
A few commands you'll reach for.
Find deals on sneakers
myn search "running shoes" --sort price_asc --gender men
Check size chart before buying.
myn product 13327736
Track your orders
myn orders
Export your wishlist.
myn wishlist --json | jq '.items[] | {brand, name, price}'