Nhập mật khẩu để truy cập.
Chọn cách nhập: dán URL sản phẩm (tự resolve redirect → tách shopId/itemId), hoặc dán checkout/get request trực tiếp.
Paste a curl or raw HTTP request for POST /api/v4/checkout/get. The server will poll for total_payable from the response.
Choose what to override. checkout/get: race checkout/get, apply the price threshold (§5), then place_order. checkout/place_order: capture one checkout/get response, override checkout_price_data yourself, then burst place_order directly — faster, but the params must be exact or the order is rejected.
Per voucher: No override keeps what's in the body, Manual/From URL override with your value, Override empty removes it. Max 1 free shipping, 1 platform, 1 per shop. The preview auto-validates the effective voucher against your saved vouchers (shopee_token) — showing the discount, or a red error if not saved/invalid.
When checked, the flag is appended to promotion_data and the matching manual overrides below are disabled (server auto-applies). Platform flag covers free shipping + platform vouchers; shop flag covers shop vouchers.
Parse a checkout/get request to auto-detect shops
Active only in Override checkout/get mode. In Override checkout/place_order mode you set the price directly in §4c, so this is ignored.
Fires checkout/get requests in a race. The first response that is valid and meets the price condition wins — place_order fires immediately and all other in-flight checkout/get requests are killed.
Used only after a checkout/get winner is found (or immediately if no checkout/get request is provided). Bursts until orderids/a stop pattern appears or Total is reached.