Price Cart
Once your cart has been fully populated and you’re ready to collect the cart totals you can price the cart. This request will calculate your subtotal, shipping total, tax total, and grand total.
curl https://sandbox-api.violet.io/v1/checkout/cart/{cart_id}/price \
-H "X-Violet-App-Id: your-app-id-here" \
-H "X-Violet-App-Secret: your-app-secret-here" \
-H "X-Violet-Token: your-token-here" \
-H "Content-type: application/json"
Updated 9 months ago