This documentation is a Work in Progress. There maybe content unfinished. Feedback is welcome.
Commands for managing the cart.
wp cocart cart get
wp cocart cart get --cart_key=t_978655cffb069bbc97e8cdd2991d3c wp cocart cart get --user_id=174
wp cocart cart clear
wp cocart cart clear --cart_key=t_978655cffb069bbc97e8cdd2991d3c wp cocart cart clear --user_id=174
wp cocart cart add
wp cocart cart add --cart_key=t_978655cffb069bbc97e8cdd2991d3c --product_id=247 wp cocart cart add --user_id=174 --product_id=247
wp cocart cart remove
wp cocart cart remove --cart_key=t_978655cffb069bbc97e8cdd2991d3c --item_key=70efdf2ec9b086079795c442636b55fb wp cocart cart remove --user_id=174 --item_key=70efdf2ec9b086079795c442636b55fb
wp cocart cart update
wp cocart cart update --cart_key=t_978655cffb069bbc97e8cdd2991d3c --item_key=70efdf2ec9b086079795c442636b55fb --quantity=2 wp cocart cart update --user_id=174 --item_key=70efdf2ec9b086079795c442636b55fb --quantity=2
Was this page helpful?