How to add clothes after removing it

I have a huge problem & that is I can’t find hashcodes.

The remove is :

    Citizen.InvokeNative(0xD710A5007C2AC539, PlayerPedId(), 0x1D4C528A, 0)
    Citizen.InvokeNative(0xCC8CA3E88256E58F, PlayerPedId(), 0, 1, 1, 1, 0) 

But how can I put the removed clothes back on for a ped?

Here’s a good bulk reference point: https://raw.githubusercontent.com/femga/rdr3_discoveries/master/clothes/cloth_hash_names.lua

To equip a component, you’ll need to use ApplyShopItemToPed (RedM Native Reference) and then UpdatePedVariation (RedM Native Reference)