Closed mikejolley closed 4 years ago
Issue-Label Bot is automatically applying the label type: feature request
to this issue, with a confidence of 0.91. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
Stores session data for the current customer, including addresses, user ID, and email if known.
GET /customer
POST /customer
This will be used during cart and checkout to store provided address information.
Properties, adapted from core customers API:
Questions:
/customer
or would it make more sense to expose/session
and include all session data from the server?Tasks: