mhlb_init_checkout
Initialize checkout to view the order summary, totals, taxes, applied credits, and available payment methods without charging anything.
Instructions
Start checkout for the cart: returns the order summary, totals, taxes, applied credits and the available payment methods. This does NOT charge anything — it is the read step before mhlb_checkout. NOTE: this write is UNVERIFIED — its request shape was derived from the web app’s compiled API client but has not been exercised against a live account. Inspect the dry-run preview before confirming.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be true to proceed. Without this, the tool returns a preview. | |
| orderIds | Yes | Ids of the orders to pay for, from mhlb_get_cart. | |
| couponCode | No | Coupon code to apply to this checkout. | |
| checkoutType | No | Payment method type, as mhlb_init_checkout reports it. Omit to let the server default. | |
| giftCardCode | No | Gift card code to apply to this checkout. | |
| schoolDonations | No | School donation selections, as returned by mhlb_init_checkout. |