File tree 1 file changed +2
-3
lines changed 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
<p align =" center " >
2
2
<a href="https://highsidelabs.co" target="_blank">
3
- <img src="https://github.com/highsidelabs/.github/blob/main/images/logo.png?raw=true" width="125">
3
+ <img src="https://github.com/highsidelabs/.github/blob/main/images/logo.png?raw=true" width="125" alt="Highside Labs logo" >
4
4
</a>
5
5
</p >
6
6
@@ -74,7 +74,6 @@ This README is divided into several sections:
74
74
* [ Uploading a feed document] ( #uploading-a-feed-document )
75
75
* [ Downloading a feed result document] ( #downloading-a-feed-result-document )
76
76
* [ Naming conventions] ( #naming-conventions )
77
- * [ API versions] ( #api-versions )
78
77
79
78
## Getting Started
80
79
@@ -216,7 +215,7 @@ use SellingPartnerApi\SellingPartnerApi;
216
215
$sellerConnector = SellingPartnerApi::seller(/* ... */);
217
216
```
218
217
219
- * ** Amazon Warehousing and Distribution API (v2024-05-09)** ([ docs] ( https://developer-docs.amazon.com/sp-api/docs/awd_2024-05-09-reference` ) )
218
+ * ** Amazon Warehousing and Distribution API (v2024-05-09)** ([ docs] ( https://developer-docs.amazon.com/sp-api/docs/awd_2024-05-09-reference ) )
220
219
``` php
221
220
$amazonWarehousingAndDistributionApi = $sellerConnector->amazonWarehousingAndDistributionV20240509();
222
221
```
You can’t perform that action at this time.
0 commit comments