shipbob-node-sdk 0.0.4 → 0.0.6
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.
- package/README.md +2 -2
- package/dist/index.d.ts +27 -1178
- package/dist/index.js +74 -156
- package/dist/index.js.map +1 -1
- package/dist/types.d.ts +1427 -0
- package/dist/types.js +87 -0
- package/dist/types.js.map +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -39,8 +39,8 @@ SHIPBOB_API_TOKEN=<redacted>
|
|
|
39
39
|
|
|
40
40
|
## Orders
|
|
41
41
|
- :x: Estimate Fulfillment Cost For Order
|
|
42
|
-
- :question: Get Order
|
|
43
|
-
- :
|
|
42
|
+
- :question: Get Order - don't see the point of this endpoint, unless you store their Ids
|
|
43
|
+
- :heavy_check_mark: Get Orders: api.getOrders(...)
|
|
44
44
|
- :heavy_check_mark: Create Order: api.placeOrder(...)
|
|
45
45
|
- :heavy_check_mark: Cancel single Order by Order ID: api.cancelSingleOrderByOrderId()
|
|
46
46
|
- :x: Get Order Store Json
|