Selling a skin
Firstly you must install Chrome extension or WhiteMarket mobile app.
You can sell your skins via GraphQL mutation market_new
Selling options
deliveryType
Delivery type of skin.
auto- will be used in the future. Now throw error;semi- default value. We send trade offer, and you need to approve in Steam Mobile app;manual- You send and approve trade offer in Steam manually.
deliveryPromise
You promise delivery to a buyer within a period. If not, then we cancel your deal.
Less value increases your sales.
MINUTES10HOUR1HOURS12HOURS24
lifetime
You can choose lifetime of your skin in seconds. We will remove the product after its end of life.
Selling flow
Semi delivery type
- Place skin via market_new with
deliveryType=SEMI; - Check incoming deals via deal_seller_list;
- Wait deal with
status=NEED_CONFIRMATION; - Approve trade offer in Steam Mobile App;
- Wait status
EXCHANGEDor cancel from buyer’s side. - After
EXCHANGEDstatus you need to wait a Trade Protection period. Please checksettlementTimeAtfield for approximate time toCOMPLETEDstatus and funds unlock.
Manual delivery type
- Place skin via market_new with
deliveryType=MANUAL; - Check incoming deals via deal_seller_list;
- Wait deal with
status=SELLER_SENDING_STEAM_OFFER; - Send your inventory item (field
assetId) to receiver trade url (fieldreceiverTradeUrl);- Pass our deal ID in offer comment, we check it and process it automatically;
- Or pass Steam Trade Offer ID to deal_steam_offer_sent;
- If you can`t send offer, you can cancel deal via deal_cancel_sending_offer, where you need to provide the reason and comments;
- Wait status
EXCHANGEDor cancel from buyer’s side. - After
EXCHANGEDstatus you need to wait a Trade Protection period. Please checksettlementTimeAtfield for approximate time toCOMPLETEDstatus and funds unlock.