定制 lucasfidelis/mercado-livre-sdk 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

lucasfidelis/mercado-livre-sdk

最新稳定版本:v0.0.6

Composer 安装命令:

composer require lucasfidelis/mercado-livre-sdk

包简介

MercadoLivre SDK

README 文档

README

MercadoLibre logo

Mercado Livre SDK PHP

How to use

use LucasFidelis\MercadoLivreSdk\Client\Client;
use LucasFidelis\MercadoLivreSdk\Managers\ProductManager;

...

$itemId = 'MLB123456789';

$client = new Client($CLIENT_ID, $CLIENT_SECRET, $ACCESS_TOKEN, $REFRESH_TOKEN);
$productManager = new ProductManager($client);

$product = $productManager->findById($itemId);
$product->setPrice(123.45);
$productManager->updatePrice($product);

How to install

composer require lucasfidelis/mercado-livre-sdk

Supported features

Authentication and Authorization

Feature Status
Authorization
Refresh token
Create a test user
Get Profile

Products

Feature Status
Get Item by ID
Search items by Seller ID
Get current sales price
Change variations
Update Available Quantity
Get Item Prices
Update Price
Create an Item 🔜

Orders

Feature Status
Get Order by ID
Get Billing Info

Shipment

Feature Status
Get Shipment by ID
Get Shipment Costs
Get Shipment Items
Get Shipment Label as ZPL

Contribute

Feel free to open pull requests; we welcome contributions! However, for significant changes, it's best to open an issue beforehand. Before creating your own issue or pull request, always check to see if one already exists!

Disclaimer

This project is not associated, authorized, endorsed by, or in any way with MercadoLibre.

MercadoLibre, as well as related names, marks, emblems and images are registered trademarks of their respective owners.

统计信息

  • 总下载量: 32
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 5
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 5
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-06-07