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() |