@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.
@@ -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,quantity_adjusted',
26870
+ traits: 'quantity_reserved,quantity_received,quantity_shipped,calculate_quantity',
26871
26871
  };
26872
26872
  return new Promise((resolve, reject) => {
26873
26873
  getApiV21ItemsIdTraits(client, params)