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
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,12 @@ This SDK supports the following features:
28
28
- Logging (non-auth) API requests, responses and errors.
29
29
- Passing restricted data tokens to API clients.
30
30
31
+
## Packages
32
+
33
+
-[auth](https://www.github.com/bizon/selling-partner-api-sdk/tree/master/packages/auth): Authentication helpers for the Selling Partner API.
34
+
-[common](https://www.github.com/bizon/selling-partner-api-sdk/tree/master/packages/common): Common utilities for the SDK.
35
+
-[schemas](https://www.github.com/bizon/selling-partner-api-sdk/tree/master/packages/schemas): JSON schemas and TypeScript types for notifications, reports and feeds.
36
+
31
37
## Clients
32
38
33
39
This repository contains an API client for each of the available Selling Partner API version:
@@ -100,7 +106,7 @@ The API clients are automatically generated from the Swagger/OpenAPI models from
100
106
101
107
## Schemas
102
108
103
-
The SDK exposes notifications, reports and feeds schemas through `@sp-api-sdk/schemas`.
109
+
The SDK exposes notifications, reports and feeds schemas through [`@sp-api-sdk/schemas`](https://www.github.com/bizon/selling-partner-api-sdk/tree/master/packages/schemas).
104
110
It exposes the JSON schemas as well as typescript types.
105
111
106
112
For example, if you need the JSON schema for Vendor inventory reports:
To see the code generation process, see the [codegen](https://www.github.com/bizon/selling-partner-api-sdk/tree/master/codegen) module.
131
+
124
132
Some of the source Open API models are invalid (see the [issues](https://github.com/amzn/selling-partner-api-models/issues) and [PRs](https://github.com/amzn/selling-partner-api-models/pulls) on the Amazon repository), so this SDK defines some patches to account for those errors.
125
133
126
134
Each patch files are [JSON Patches](http://jsonpatch.com/) operations (1 logical change per file).
0 commit comments