🔒 Đăng nhập

Nhập mật khẩu để truy cập.

Parallel Request Runner

0. Nguồn dữ liệu

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.

1. Checkout get (optional)

Paste a curl or raw HTTP request for POST /api/v4/checkout/get. The server will poll for total_payable from the response.

2. Override mode

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.

3. Mapped values

Nhập shopee_token để xem tài khoản

4. Checkout/get overrides

use_coins (promotion_data)

4b. Voucher overrides (promotion_data)

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.

free_shipping_voucher_info
platform_vouchers
shop_vouchers

Parse a checkout/get request to auto-detect shops

5. Price threshold

Active only in Override checkout/get mode. In Override checkout/place_order mode you set the price directly in §4c, so this is ignored.

6a. Checkout/get — concurrency & timing

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.

6b. Place order — concurrency & timing

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.

6c. Schedule (optional)

7. Run

Recent


      

Parsed checkout/get preview



        

Parsed place_order preview