Add Number to Cart
Add a specific number to your cart
Last updated
Add a specific number to your cart
https://v1.api19.com/dids/cart/add
Send us a GET or POST request with your key and the number (in the URI as key or as http password)
This adds the number to your shopping cart, then you can close our your cart.
Argument
Required
Type
did
yes
int
curl -X POST https://v1.api19.com/dids/cart/add \
-d 'did=3038821111' \
-d 'key=your-api-key'curl https://v1.api19.com/dids/cart/add?did=3039921111&key=apitoken{"status":"ok"}
OR
{"status":"error", "error":"number in cart"}Last updated