Source

src/services/types/searchData.js

/**
 * @typedef {object} searchData
 * @property {number} productId Ürün n11 ID si
 * @property {string} status Bkz: SearchData 
 * @property {string} buyerName Siparişi veren N11 üye adı
 * @property {string} orderNumber Sipariş numarası
 * @property {string} productSellerCode Ürünün mağaza kodu
 * @property {string} recipient Teslim alacak alıcının adı
 * @property {object} period
 * @property {string} period.startDate Sipariş oluşturma tarihi başlangıç
 * @property {string} period.endDate Sipariş oluşturma tarihi bitiş
 * @property {boolean} sortForUpdateDate Güncellenen Siparişleri Listeler Bkz: Listeleme
 */