@whiplashmerch/whiplash-api-client 1.0.55 → 1.0.57
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/dist/client.esm.js +1 -1
- package/dist/client.esm.js.map +1 -1
- package/package.json +2 -3
- package/dist/client.cjs.js +0 -28286
package/dist/client.esm.js
CHANGED
|
@@ -26867,7 +26867,7 @@ const getApiV21BatchedUnshippedCount = (client, id) => {
|
|
|
26867
26867
|
const getApiItemQuantities = (client, id) => {
|
|
26868
26868
|
const params = {
|
|
26869
26869
|
id: id,
|
|
26870
|
-
traits: 'quantity_reserved,quantity_received,quantity_shipped,
|
|
26870
|
+
traits: 'quantity_reserved,quantity_received,quantity_shipped,calculate_quantity',
|
|
26871
26871
|
};
|
|
26872
26872
|
return new Promise((resolve, reject) => {
|
|
26873
26873
|
getApiV21ItemsIdTraits(client, params)
|