Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.16 KB

Common.md

File metadata and controls

28 lines (22 loc) · 1.16 KB

WBSeller API / Common()

$wbSellerAPI = new \Dakword\WBSeller\API($options);
$Common = $wbSellerAPI->Common();

Wildberries API / Общее

💬 ☁️ Common()
Проверка подключения к API /ping Common()->ping()
Получение информации о продавце /api/v1/seller-info Common()->sellerInfo()

WBSeller API / Common()->News()

$wbSellerAPI = new \Dakword\WBSeller\API($options);
$Common = $wbSellerAPI->Common();
$News = $Common->News();

Wildberries API / Новости портала поставщиков

💬 ☁️ News()
Новости с даты /api/communications/v1/news News()->fromDate()
Новости с ID /api/communications/v1/news News()->fromId()