Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 901 Bytes

atc.md

File metadata and controls

29 lines (21 loc) · 901 Bytes

/ATC

Adds a variant to your cart on one of the supported websites.

Required query params

Key Value
site One of the websites listed below

Any additional parameters passed in for any of the supported sites will then be transformed into form fields.

For example the query ?site=solebox&pid=123&key=value&quantity=1 would add the following input fields:

<form method="POST" action="/add_to_cart">
  <input type="hidden" name="pid" value="123" />
  <input type="hidden" name="key" value="value" />
  <input type="hidden" name="quantity" value="1" />
</form>

Supported websites

  1. solebox
  2. snipes
  3. onygo
  4. NBB
  5. nprague
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy