object

ProductMaxQuantityInfo

Represents the maximum quantity details for an item based on store, seller, or overall availability.
Fields
item
Int
The total quantity of the item available across all stores for all sellers. If no data is available, this field will be null.
item_seller
Int
The 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
Int
The total quantity of the item available for a specific store. If no store data is available, this field will be null.