Executes the purchase action for a confirmed suitable product on an e-commerce page. Use when a product has been verified against the user's requirements (price, attributes) and the decision is to buy. Performs a click[Buy Now] action on the purchase button to complete the transaction.
Execute the final purchase transaction for a verified product on an e-commerce platform. This skill is the terminal action in a shopping workflow, initiated only after a product has been confirmed to meet the user's criteria (e.g., price, description).
Perform a click action on the purchase button.
buy nowadd to cart (if the instruction implies immediate purchase)purchaseclick[purchase_button_value] action using the exact value from the available actions list.Scenario: The user wants a natural-looking wig priced under $40.00. You are on a product detail page for "Natural Looking Human Hair Wig - $34.99" and have verified it meets all criteria.
Thought: The product matches the user's requirements (natural looking, price $34.99 < $40.00). I should proceed with the purchase.
Action: click[Buy Now]
Observation: The purchase is confirmed and the transaction is complete.