Cart Object


Read and Write carts from Wix Stores, produce cart lifecycle events

Properties
idstringformat GUID

Cart ID, generated from customer identity


statusstring

Cart status can be INCOMPLETE, COMPLETE


weightUnitstring

Weight unit used in this store


buyerNotestringmaxLength 1000

Message from the customer


currencyobject

Currency used for pricing in this store


convertedCurrencyobjectRead-only

Conversion currency used for pricing in this store


billingAddressobject

Customer's billing address


appliedCouponobject

Coupon applied to the cart


totalsobject

Order totals


convertedTotalsobjectRead-only

Converted Order totals


shippingInfoobject

Cart shipping information


buyerInfoobject

Customer's Wix ID


lineItemsArray <LineItem>minItems 1

Line items ordered

Was this helpful?
Yes
No