Get the Woolworths trolley
get_cartRetrieve your current shopping cart contents, item counts, and total cost including fees from your Woolworths session. Requires a signed-in account.
Instructions
List the trolley. Returns lines (one per distinct product), lineCount (how many distinct products), totalQuantity (the quantities summed, so 19 lines can be 23 items), and totals with the money as the site formats it: subtotal, savings, deliveryFees, bagFees and totalIncludingDeliveryFees. Needs a signed-in session; run npm run login where the server runs, or call sign_in for the details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||