Represents the maximum quantity details for an item based on store, seller, or overall availability.
Fields
item
IntThe total quantity of the item available across all stores for all sellers. If no data is available, this field will be null.
item_seller
IntThe total quantity of the item available across all stores for the specified seller. If no seller data is available, this field will be null.
item_store
IntThe total quantity of the item available for a specific store. If no store data is available, this field will be null.
Was this section helpful?