Cart Object


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

Properties
idstringformat GUID

Cart ID, generated from customer identity


statusstring
2 enum supported values:
INCOMPLETECOMPLETE

Cart status can be INCOMPLETE, COMPLETE


weightUnitstring
3 enum supported values:
UNSPECIFIED_WEIGHT_UNITKGLB

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