@whiplashmerch/whiplash-api-client 1.0.55 → 1.0.56

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