Skip to main content
Built-in cart and checkout operations an automation can run as App Action steps.

Cart

Add a product to the cart.Input
string
required
Cart UUID
string
required
Product UUID to add
integer
Quantity to add min: 1. Default: 1.
Output
string | null
integer | null
string | null
integer | null
Retrieve cart details by UUID.Input
string
required
Cart UUID
Output
string | null
CartLineItemOutput[]
integer
number
Remove an item from the cart.Input
string
required
Cart UUID
integer
required
Line item ID to remove min: > 0.
Output
string | null
integer | null
string | null
Update the quantity of a cart item.Input
string
required
Cart UUID
integer
required
Line item ID to update min: > 0.
integer
required
New quantity min: 1.
Output
string | null
integer | null
integer | null
integer | null

Checkout

Retrieve checkout session for a given order.Input
integer
required
Order ID min: > 0.
Output
CheckoutOutput | null
Retrieve checkout session details by UUID.Input
string
required
Checkout session UUID
Output
CheckoutOutput | null