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


currencyCurrency

Currency used for pricing in this store


convertedCurrencyConvertedCurrencyRead-only

Conversion currency used for pricing in this store


billingAddressBillingAddress

Customer's billing address


appliedCouponAppliedCoupon

Coupon applied to the cart


totalsTotals

Order totals


convertedTotalsConvertedTotalsRead-only

Converted Order totals


shippingInfoShippingInfo

Cart shipping information


buyerInfoBuyerInfo

Customer's Wix ID


lineItemsArray <LineItem>minItems 1

Line items ordered

Did this help?