help me get the correct api for addding address i have tried but the issue happening is the id has not been authenticated even after passing the bearer token in the header which i got from the login
-
http://127.0.0.1:8000/api/v1/customer/addresses
{
"first_name":"ananthu",
"last_name":"ajayan",
"address":[ "hello","hello"],
"country":"IN",
"state":"kerala",
"city":"tvm",
"postcode":695584,
"phone":8921985889,
"email":"ananthuajayn97@gmail.com",
}
-
Hello @Ananthu-Ajayan
Usually this doesnt happing after adding a token at there. Is there anything that you have implemented at code end?
Also you can check the list of endpoints here. and try to run the query here on swagger. If you find any error than let us know.
Also, share the response of you error message.
Shop: https://demo.bagisto.com/bagisto-api-demo-common/api/shop/documentation
Admin: https://demo.bagisto.com/bagisto-api-demo-common/api/admin/documentation
Warm Regards
Team Bagisto