Skip to content

Commit 6402a8f

Browse files
committed
docs: update readme
1 parent bab19ff commit 6402a8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ ls clients | sed 's$\(.*\)$- [\1](https://www.github.com/bizon/selling-partner-a
7474
- [merchant-fulfillment-api-v0](https://www.github.com/bizon/selling-partner-api-sdk/tree/master/clients/merchant-fulfillment-api-v0)
7575
- [messaging-api-v1](https://www.github.com/bizon/selling-partner-api-sdk/tree/master/clients/messaging-api-v1)
7676
- [notifications-api-v1](https://www.github.com/bizon/selling-partner-api-sdk/tree/master/clients/notifications-api-v1)
77+
- [orders-api-2026-01-01](https://www.github.com/bizon/selling-partner-api-sdk/tree/master/clients/orders-api-2026-01-01)
7778
- [orders-api-v0](https://www.github.com/bizon/selling-partner-api-sdk/tree/master/clients/orders-api-v0)
7879
- [product-fees-api-v0](https://www.github.com/bizon/selling-partner-api-sdk/tree/master/clients/product-fees-api-v0)
7980
- [product-pricing-api-2022-05-01](https://www.github.com/bizon/selling-partner-api-sdk/tree/master/clients/product-pricing-api-2022-05-01)
@@ -128,8 +129,7 @@ If you need the typescript type:
128129
```ts
129130
import { Reports } from "@sp-api-sdk/schemas";
130131

131-
const report =
132-
(await getVendorInventoryReportData()) as Reports.VendorInventoryReport;
132+
const report = (await getVendorInventoryReportData()) as Reports.VendorInventoryReport;
133133
```
134134

135135
## Code generation

0 commit comments

Comments
 (0)