===== SetBazaarPrice ===== Sets the current price to bazaar an item for. ELITEAPI_API bool __stdcall SetBazaarPrice(void* apiObject, int price); **Parameters** *//apiObject// [in] * A handle to an EliteAPI object. *//price// [in] * The price to set the item to. **Return Value** True on success, false otherwise.