/bb-bp

Bestbuy ATC Queue Bypass

Bestbuy ATC Queue Bypass

  1. Send an ATC request for this item and store the ID obtained from the response at response.summaryItems[0].lineId.

  2. Send a second ATC request with the POST body below using the same cookie jar as the first request.

{
    "items":[{
        "skuId": SKU_YOU_WANT_TO_ADD,
        "parentLineItemId": ID_STORED_FROM_FIRST_REQ,
        "associationType": "associatedItem"
    }]
}
  1. Deliver the vt cookie to your task from the cookie jar to populate the cart.

  2. Account is required for checkout.

  3. Obviously setup an API to deliver the vt cookies so the bypass isn't client-side.