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

Cart: slim item model #44

Open
adedw opened this issue Mar 11, 2023 · 0 comments
Open

Cart: slim item model #44

adedw opened this issue Mar 11, 2023 · 0 comments
Assignees
Labels

Comments

@adedw
Copy link
Member

adedw commented Mar 11, 2023

List items should be slim:

{
  "items": [
    {
      "item": {
        "uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
        "name": "string",
        "price": {
          "value": 0,
          "currency": "string"
        }
      },
      "quantity": 0
    }
  ],
  "total": {
    "value": 0,
    "currency": "string"
  }
}
@adedw adedw moved this to Backlog in Shopping cart (SC) Mar 11, 2023
@DenisNovac DenisNovac self-assigned this Mar 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Backlog
Development

No branches or pull requests

2 participants