Checkout
Guides
Additional information about this section
Functions
Perform actions on an object
- addToCheckout( )
Adds catalog line items and/or custom line items to a checkout.
- createCheckout( )
Creates a checkout.
- getCheckout( )
Retrieves a checkout.
- markCheckoutAsCompleted( )
Marks a checkout as completed - checkout.complete boolean is set to true.
- removeCoupon( )
Removes the coupon from a specified checkout.
- removeGiftCard( )
Removes the gift card from a specified checkout.
- removeLineItems( )
Removes line items from the specified checkout.
- updateCheckout( )
Updates a checkout.
- getCheckoutUrl( )
Retrieves the checkout page URL of a specified checkout.
- removeOverrideCheckoutUrl( )
Removes the overrideCheckoutUrl from a specified checkout.
- updateLineItemsQuantity( )
Updates the quantity of one or more line items in a checkout.