@sp-api-sdk/orders-api-2026-01-01 0.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +15 -0
package/package.json ADDED
@@ -0,0 +1,15 @@
1
+ {
2
+ "name": "@sp-api-sdk/orders-api-2026-01-01",
3
+ "author": "Bertrand Marron <bertrand@bizon.solutions>",
4
+ "description": "The Selling Partner API for Orders returns orders information. This API supports the following types of orders: FBM (Fulfilled by Merchant) FBA (Fulfilled by Amazon) - read only Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.",
5
+ "version": "0.0.0",
6
+ "license": "MIT",
7
+ "publishConfig": {
8
+ "access": "public"
9
+ },
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "https://github.com/bizon/selling-partner-api-sdk.git",
13
+ "directory": "clients/orders-api-2026-01-01"
14
+ }
15
+ }