Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement]: Add cart created timestamp as part of the current session #10

Closed
seb86 opened this issue Oct 23, 2023 · 1 comment
Closed
Labels
focus: cart API Issues related to the cart API. priority: low The issue/PR is low priority—not many people are affected or there’s a workaround, etc. type: enhancement The issue is a request for an enhancement.

Comments

@seb86
Copy link
Member

seb86 commented Oct 23, 2023

Describe the solution you'd like

Expose the timestamp the cart was created for the current session rather than just save the current timestamp the cart was created.

Describe alternatives you've considered

No response

Additional context

No response

@seb86 seb86 added type: enhancement The issue is a request for an enhancement. focus: cart API Issues related to the cart API. priority: low The issue/PR is low priority—not many people are affected or there’s a workaround, etc. labels Oct 23, 2023
@seb86
Copy link
Member Author

seb86 commented Feb 23, 2024

Tried but not possible.

If a cart has no items in the cart then the session is not created to begin. If a cart does have items, we can't expose the timestamp until the next request is made for the cart.

@seb86 seb86 closed this as completed Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
focus: cart API Issues related to the cart API. priority: low The issue/PR is low priority—not many people are affected or there’s a workaround, etc. type: enhancement The issue is a request for an enhancement.
Projects
None yet
Development

No branches or pull requests

1 participant