add_to_bag
Add products to your Nordstrom shopping cart by specifying product ID and optional SKU for size/color variants. Requires Nordstrom account authentication.
Instructions
Add an item to the Nordstrom shopping bag. Requires authentication via NORDSTROM_EMAIL and NORDSTROM_PASSWORD environment variables.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product_id | Yes | Product ID or full product URL | |
| sku_id | No | SKU ID for a specific size/color variant | |
| quantity | No | Quantity to add, default 1 |