void interchange_ord_checkout(const char *order_profile, struct interchange_member member, void(*handler)(interchange_response *))
For checking out items in the cart.
void interchange_ord_update(const char *name, const unsigned int quantity, const char *orderpage, const char *nextpage, void(*parser)(interchange_response *))
For updating the quantity of an item in a cart.