kolaykod/trendyol

Trendyol 商场集成类

dev-main 2024-07-05 14:34 UTC

This package is not auto-updated.

Last update: 2024-09-26 17:32:34 UTC


README

trendyol API 应用程序 使用此应用程序可以连接到Trendyol卖家面板并获取产品和订单信息

$ composer require kolaykod/trendyol
$sellerId="";
$apiKey ="";
$apiSecret ="";


 $trendyol = new trendyol($sellerId,$apiKey,$apiSecret);

  $trenyolProducts =    $trendyol->getProduct(["onSale"=>"true","brandIds"=>"58545,8787"]);