/* SetItemPrice PUT: {{baseURL}}/item/price?item_id=1&item_price=36.99 */ export interface SetItemPriceQuery { item_id: string; item_price: string; }