CartStatus
Cart statuses
enum CartStatus {
OPEN
PENDING_PURCHASE_AUTHORIZATION
}
Values
CartStatus.OPEN
Default cart status. OPEN carts are editable by their owner and can be processed to an order if no purchase authorization is required
CartStatus.PENDING_PURCHASE_AUTHORIZATION
Carts that require authorization by an authorization manager within the same company. Can only be edited by authorization managers after accepting purchase request, not by the owner (contact that created the Cart)
Member Of
Cart
object ● CartSearchInput
input