The Order Object
Orders are a core part of Crystallize. The order object has the following key components: Customer, Cart, Payment, Total, and other additional information. Let's take a look at each of these.
In order to perform these operations, ensure that you have the proper authentication (if necessary) and user permissions.
Cart information includes details regarding the products purchased: name, variants, SKU, images, quantity, price-related information, subscription data, etc.
The Crystallize Order API clearly defines major payment gateway providers and also supports any other implementation. You can read more details on the supported payment gateways or learn how to build your own custom solution. Shown below is an example when the payment provider is Stripe.