You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1
Original file line number
Diff line number
Diff line change
@@ -29,4 +29,10 @@ You can find general information about the Amazon Selling Partner API on [the of
29
29
30
30
# Notes
31
31
32
-
If you're looking for a complete Repricing & FBA-Reimbursement solution, you might want to consider giving [ClouSale.com](https://www.clousale.com) a shot.
32
+
If you're looking for a complete Repricing & FBA-Reimbursement solution, you might want to consider giving [ClouSale.com](https://www.clousale.com) a shot.
33
+
34
+
# Thanks
35
+
36
+
Thanks go out to everybody who added PRs and worked on this package:
$config->setAccessToken('Atza|IwEBxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'); //access token of Selling Partner
32
+
$config->setApiKey("accessKey", 'AKIA2xxxxxxxxxxxxx'); // Access Key of IAM
33
+
$config->setApiKey("secretKey", '94U4Gi81Tpxxxxxxxxxxxxxxx'); // Secret Key of IAM
34
+
$config->setApiKey("region", 'us-east-1'); //region of MarketPlace country
35
+
30
36
$apiInstance = new Swagger\Client\Api\DefaultApi(
31
37
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
32
38
// This is optional, `GuzzleHttp\Client` will be used as default.
33
-
new GuzzleHttp\Client()
39
+
new GuzzleHttp\Client(),
40
+
$config
34
41
);
35
42
$max_results_per_page = 100; // int | The maximum number of results to return per page.
36
43
$financial_event_group_started_before = new \DateTime("2013-10-20T19:20:30+01:00"); // \DateTime | A date used for selecting financial event groups that opened before (but not at) a specified date and time, in ISO 8601 format. The date-time must be later than FinancialEventGroupStartedAfter and no later than two minutes before the request was submitted. If FinancialEventGroupStartedAfter and FinancialEventGroupStartedBefore are more than 180 days apart, no financial event groups are returned.
@@ -88,10 +95,17 @@ Returns financial events for the specified data range.
$config->setAccessToken('Atza|IwEBxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'); //access token of Selling Partner
100
+
$config->setApiKey("accessKey", 'AKIA2xxxxxxxxxxxxx'); // Access Key of IAM
101
+
$config->setApiKey("secretKey", '94U4Gi81Tpxxxxxxxxxxxxxxx'); // Secret Key of IAM
102
+
$config->setApiKey("region", 'us-east-1'); //region of MarketPlace country
103
+
91
104
$apiInstance = new Swagger\Client\Api\DefaultApi(
92
105
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
93
106
// This is optional, `GuzzleHttp\Client` will be used as default.
94
-
new GuzzleHttp\Client()
107
+
new GuzzleHttp\Client(),
108
+
$config
95
109
);
96
110
$max_results_per_page = 100; // int | The maximum number of results to return per page.
97
111
$posted_after = new \DateTime("2013-10-20T19:20:30+01:00"); // \DateTime | A date used for selecting financial events posted after (or at) a specified time. The date-time must be no later than two minutes before the request was submitted, in ISO 8601 date time format.
@@ -149,10 +163,17 @@ Returns all financial events for the specified financial event group.
0 commit comments