Purchasing Workflow from Start to Finish
This section provides the basic Cortex API purchase process flow. The purchase process has seven basic steps:
-
POST
the customer’s user name and password to log in. -
POST
one of the search forms to create a search and retrieve the search results. -
GET
an item and with theaddtodefaultcartaction
add the item to the cart. Set order options
POST
payment method, billing address, shipping address, and shipping option to use for the purchase.Review Order
GET
the order so the customer can review its details.Place Order
POST
the order to a purchase to execute the purchase.Review Purchase
Review the purchase details.