major refactoring adding vendor and customer features
This commit is contained in:
@@ -97,7 +97,7 @@ if __name__ == "__main__":
|
||||
"description": "A test product for demonstration",
|
||||
"price": "19.99",
|
||||
"brand": "Test Brand",
|
||||
"availability": "in stock",
|
||||
"availability": "in inventory",
|
||||
}
|
||||
|
||||
product_result = create_product(admin_token, sample_product)
|
||||
@@ -207,7 +207,7 @@ curl -X POST "http://localhost:8000/products" \
|
||||
"description": "A test product for demonstration",
|
||||
"price": "19.99",
|
||||
"brand": "Test Brand",
|
||||
"availability": "in stock"
|
||||
"availability": "in inventory"
|
||||
}'
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user