v1
latestOpenAPI 3.0.02026-07-24182211348.4 KBEvents
post/api/addtocart
Query parameters
instanceKeystring required
Request body
ProfileKeystring
The profile key identifying the visitor associated with this event. Must not include personally identifiable information (PII) to comply with GDPR guidelines.
{"stackTrail":"components:schemas:AddToCartEventModel:properties:SessionKey","oasType":"schema","type":"unknown","description":"The key of the session. This key is used to group events that belong to the same session. Allowed characters are alphanumeric characters and hyphens."}
ProductKeystring
The article number of the product the visitor added to their cart.
{"stackTrail":"components:schemas:AddToCartEventModel:properties:Quantity","oasType":"schema","type":"unknown","description":"How many of this product the visitor added to their cart."}
{"stackTrail":"components:schemas:AddToCartEventModel:properties:TotalAmount","oasType":"schema","type":"unknown","description":"The total (sum) price of the products added to the cart."}
Response
No Content