File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
129130import { 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
You can’t perform that action at this time.
0 commit comments