How it works: drag the colored buttons below to your bookmark bar. While logged into p-bandai.com, click a bookmark to instantly POST that item to your cart — no clicking through product pages required.
Each fires POST /api/cart/addToCart with the item's areaItemNo. CSRF is read from window.USER_DATA.csrfToken. X-G1-Area-Code: us is included.
Status 200 = item landed in cart. Check /us/cart to confirm.
Status 400 CouldNotAddToCartBySuspendedItem = item exists but pre-order isn't open yet (try again at drop time).
Status 500 with generic page = anti-bot rejected (try logging out and back in).
"CSRF NOT FOUND - login first" = you're not logged in on p-bandai.com.