FFXIV MACRO

Sort inventory and saddlebag with matching rules

Apply matching item ID and category sorting conditions to inventory and the standard chocobo saddlebag.

UI & HUDDifficulty: EasyUI switch8 line macro

Macro code

/itemsort
/isort clear inventory
/isort condition inventory id asc
/isort condition inventory category asc
/isort execute inventory
/isort clear saddlebag
/isort condition saddlebag id asc
/isort condition saddlebag category asc
/isort execute saddlebag

What this does

Apply matching item ID and category sorting conditions to inventory and the standard chocobo saddlebag.

How to use

Open the bag and run once. Does not target the premium saddlebag, retainers or armoury chest.

Requirements

Manually open the standard saddlebag first. Be willing to replace its current arrangement and custom sort conditions.

    Notes

    Replaces /isort rules and arrangement for both inventories. Previous rules and positions are not saved or restored automatically. Does not delete or move items between inventories. Separate from the standard Sort setting. Documentation checked; not tested in-game.

    Verified patch7.55
    Last verified2026-09-05
    Official command/itemsort
    Check official command

    Use-case referenceOfficial specification