ambition/amazon-sp-api

Amazon Selling Partner API SDK

Maintainers

Package info

gitee.com/hongjinhang/amazon-sp-api.git

pkg:composer/ambition/amazon-sp-api

Statistics

Installs: 8

Dependents: 0

Suggesters: 0

dev-master 2026-01-23 09:11 UTC

This package is not auto-updated.

Last update: 2026-03-06 09:36:52 UTC


README

介绍

amazon-sp-api

使用说明

$config = new Configuration([

'client_id' => 'client_id',
'client_secret' => 'client_secret',
'refresh_token' => 'refresh_token',
'access_key' => 'access_key',
'secret_key' => 'secret_key',
'region' => 'NA'

]);

// 获取订单示例 $ordersApi = new OrdersApi($config); $orders = $ordersApi->getOrders([

'MarketplaceIds' => ['ATVPDKIKX0DER'],
'CreatedAfter' => '2025-01-01T00:00:00Z',
'MaxResultsPerPage' => 50

]);

安装教程

composer require ambition/amazon-sp-api

使用说明