README
This commit is contained in:
parent
5d615c6783
commit
4423474511
1 changed files with 19 additions and 1 deletions
18
README.md
18
README.md
|
@ -233,3 +233,21 @@ status 404
|
|||
}
|
||||
}
|
||||
```
|
||||
## Product
|
||||
```
|
||||
{
|
||||
name: string,
|
||||
description: string,
|
||||
price: number
|
||||
userId: string
|
||||
}
|
||||
```
|
||||
## Cart
|
||||
```
|
||||
{
|
||||
userId: string,
|
||||
products: {
|
||||
productId: number (quantity)
|
||||
},
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue