Bulk Add Items to Cart
POST /cart/bulk/add
Retrieves a list of available items for bulk adding to cart, filtered by item type, seller, and excluded asset IDs.
connected
Body Parameters
The item type ID to add to cart.
Number of items to retrieve (must be a positive number).
Array of asset IDs to exclude from the results. Can also be a comma-separated string or JSON string.
Optional seller’s Steam ID to filter items from a specific seller.
| Status | Message |
|---|---|
error | Missing required parameters: itemId, count |
error | Invalid itemId parameter |
error | Invalid count parameter. Must be a positive number |
The endpoint automatically excludes items owned by the buyer (
buyerUserId). If sellerUserId is provided, only items from that seller are returned.