Profile: avi
Statistics

- 5
I did follow below documentation
"https://docs.grandnode.com/web-api"
my local url
https://localhost:5001/swagger/index.html
Hi Team,
Is it possible to have a single product in different vendors with different prices?
Example
Product 1 - Vendor1orStore1 - Price 1$
Product 1 - Vendor2orStore2 - Price 3$
Product 1 - Vendor3orStore3 - Price 2$
I'm using grand node to build a comparison site for liquor products
Thanks,
Avi
Hi Team,
Thanks for the prompt message.
Issue I had was that I have added base64 password while creating API User on UI and also in Postman API password.
Thanks,
Avi
avi wrote:
URL: http://localhost:16593/Api/Token/Create
body:{
"email": "admin@admin.com",
"password": "YWRtaW4="
}
Response:
{
"errors": {
"": [
"User not exists or password is wrong"
]
},
"type": "https://tools.ietf.org/html/rfc7231#section-6.5.1",
"title": "One or more validation errors occurred.",
"status": 400,
"traceId": "00-dec8ec76f6e12140aac082d994a47e50-eb4207ec2077ae45-00"
}
I have created the above user in my manage user API and using base 64 password
I have the same issue.
URL: http://localhost:16593/Api/Token/Create
body:{
"email": "admin@admin.com",
"password": "YWRtaW4="
}
Response:
{
"errors": {
"": [
"User not exists or password is wrong"
]
},
"type": "https://tools.ietf.org/html/rfc7231#section-6.5.1",
"title": "One or more validation errors occurred.",
"status": 400,
"traceId": "00-dec8ec76f6e12140aac082d994a47e50-eb4207ec2077ae45-00"
}
I have created the above user in my manage user API