C_MerchantFrame.IsMerchantItemRefundable

From Warcraft Wiki
Jump to navigation Jump to search

Returns if an item is refundable.

refundable = C_MerchantFrame.IsMerchantItemRefundable(index)

Arguments

index
number - merchant item index, up to MERCHANT_ITEMS_PER_PAGE (10).

Returns

refundable
boolean

Patch changes

Battle for Azeroth Patch 8.1.5 (2019-03-12): Added.