@usethrottle/cart
Preparing search index...
UpdateCartInput
Interface UpdateCartInput
interface
UpdateCartInput
{
billingAddress
?:
CartAddress
;
customerEmail
?:
string
|
null
;
customerId
?:
string
;
metadata
?:
Record
<
string
,
unknown
>
;
netN
?:
number
|
null
;
notes
?:
string
;
shippingAddress
?:
CartAddress
;
}
Index
Properties
billing
Address?
customer
Email?
customer
Id?
metadata?
net
N?
notes?
shipping
Address?
Properties
Optional
billing
Address
billingAddress
?:
CartAddress
Optional
customer
Email
customerEmail
?:
string
|
null
Lightweight email capture;
null
clears a previously-set value.
Optional
customer
Id
customerId
?:
string
Optional
metadata
metadata
?:
Record
<
string
,
unknown
>
Optional
net
N
netN
?:
number
|
null
Optional
notes
notes
?:
string
Optional
shipping
Address
shippingAddress
?:
CartAddress
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
billing
Address
customer
Email
customer
Id
metadata
net
N
notes
shipping
Address
@usethrottle/cart
Loading...
Lightweight email capture;
nullclears a previously-set value.