You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
POST /customers/attributes
with a new field for a customer cart.
PUT /customers/attributes
on cart creation with the cart ID (and date created?)
On login, have the result return the old cart id from the customer object.
Create a usePersistedCartHook that when submitted with a valid cart id replaces the current cart cookie with the new one.
OR a useMergeCart hook? That gets the product ids from the old cart and adds them to the new one.
The text was updated successfully, but these errors were encountered:
This is a suggestion for a future release
POST /customers/attributes
with a new field for a customer cart.
PUT /customers/attributes
on cart creation with the cart ID (and date created?)
On login, have the result return the old cart id from the customer object.
Create a usePersistedCartHook that when submitted with a valid cart id replaces the current cart cookie with the new one.
OR a useMergeCart hook? That gets the product ids from the old cart and adds them to the new one.
The text was updated successfully, but these errors were encountered: