Filters the response to only include transactions for listings that match this InventoryTrackingMethod setting.
For example, if you set this to SKU, the call returns transactions for your listings that are tracked by SKU. If you set this to ItemID, the call omits transactions for your listings that are tracked by SKU. If you don't pass this in, the call returns all transactions, regardless of whether they are tracked by SKU or ItemID.
Note: To specify InventoryTrackingMethod when you create a listing, use AddFixedPriceItem or RelistFixedPriceItem. AddFixedPriceItem and RelistFixedPriceItem are defined in the Merchant Data API (part of Large Merchant Services).
You can combine SKUArray with InventoryTrackingMethod. For example, if you set this to SKU and you also pass in SKUArray, the response only includes transactions for listings that include InventoryTrackingMethod=SKU and one of the requested SKUs.
See the
Field Index to learn which calls use InventoryTrackingMethod.