Remove Product
This API callback will remove the product entirely from the cart, regardless of the quantity for that product. If the same product is part of a package that is also within the cart, these will remain.
zapiAddRemoveProductCartItem
DELETE
https://{yourdomainname}.zaui.net/zapi/
Request Body
Name
Type
Description
zapiToken*
String
Token that must be used for a reseller to communicate with the supplier system.
cartId*
String
ID of the current cart session to add the activity to.
methodName*
String
The method being called.
zapiUserId*
String
Generated by the supplier system when a new contact is created.
zapiAccountId*
String
Generated by the supplier system.
productId*
String
ID of the product to remove.
Last updated
Was this helpful?