Store-account-setting
This endpoint allows customers to log in using their email, password, and other login information.
The unique key for the request.
8097571064818418The email address of the customer.
The password associated with the customer's account.
The type of login (e.g., 'normal', 'social').
An optional token for additional authentication.
Successfully logged in.
1Logged in SuccessfullyBad Request - Invalid input
Unauthorized - Invalid credentials
Internal Server Error
POST /backend/api/customer/login HTTP/1.1
Host: 139.59.67.17
Content-Type: */*
Accept: */*
Content-Length: 65
{
"emailId": "text",
"password": "text",
"type": "text",
"token": "text"
}{
"status": 1,
"message": "Logged in Successfully"
}This endpoint retrieves the customer's profile information.
Optional Bearer token for authentication.
The industry of the user.
electronicsThe unique key for the request.
8097571064818418The language key for the request.
57Successfully retrieved customer profile
1Successfully Get the Profile.Bad Request
Internal Server Error
GET /backend/api/customer/get-profile HTTP/1.1
Host: 139.59.67.17
Accept: */*
{
"status": 1,
"message": "Successfully Get the Profile."
}Optional Bearer token for authentication.
The industry of the user.
electronicsThe unique key for the request.
8097571064818418The language key for the request.
57Successfully got settings
1Successfully got settingsBad request
Internal server error
POST /backend/api/my-profile HTTP/1.1
Host: 139.59.67.17
Accept: */*
{
"status": 1,
"message": "Successfully got settings"
}Optional Bearer token for authentication.
The industry of the user.
electronicsThe unique key for the request.
8097571064818418The language key for the request.
57Successful response
1Successfully Get the customer AddressBad request
Internal server error
GET /backend/api/customer-address HTTP/1.1
Host: 139.59.67.17
Accept: */*
{
"status": 1,
"message": "Successfully Get the customer Address"
}Optional Bearer token for authentication.
The industry of the user.
electronicsThe unique key for the request.
8097571064818418The language key for the request.
57Address added successfully
1Address addedInvalid request data
Server error
POST /backend/api/customer-address HTTP/1.1
Host: 139.59.67.17
Content-Type: application/json
Accept: */*
Content-Length: 200
{
"addressType": 1,
"address1": "text",
"address2": "text",
"city": "text",
"landmark": "text",
"phoneNumber": "text",
"postcode": "text",
"countryId": 1,
"zoneId": 1,
"isDefault": 1,
"firstName": "text",
"lastName": "text"
}{
"status": 1,
"message": "Address added"
}Optional Bearer token for authentication.
The industry of the user.
electronicsThe unique key for the request.
8097571064818418The language key for the request.
57Profile updated successfully
1The Customer details have been updated successfullyBad request
Internal server error
POST /backend/api/customer/edit-profile HTTP/1.1
Host: 139.59.67.17
Content-Type: application/json
Accept: */*
Content-Length: 186
{
"firstName": "text",
"lastName": "text",
"emailId": "text",
"phoneNumber": "text",
"address": "text",
"address2": "text",
"landmark": "text",
"city": "text",
"pincode": "text",
"stateId": 1,
"countryId": 1
}{
"status": 1,
"message": "The Customer details have been updated successfully"
}Optional Bearer token for authentication.
The industry of the user.
electronicsThe unique key for the request.
8097571064818418The language key for the request.
57Default address updated successfully
1Default Address updated SuccessfullyBad request
Internal server error
PUT /backend/api/customer-address/update-default/{id} HTTP/1.1
Host: 139.59.67.17
Content-Type: application/json
Accept: */*
Content-Length: 17
{
"addressType": 1
}{
"status": 1,
"message": "Default Address updated Successfully"
}Optional Bearer token for authentication.
The industry of the user.
electronicsThe unique key for the request.
8097571064818418The language key for the request.
57Successfully retrieved address detail
1Successfully get the address detail.Invalid request
Server error
GET /backend/api/customer-address/{id} HTTP/1.1
Host: 139.59.67.17
Accept: */*
{
"status": 1,
"message": "Successfully get the address detail."
}Optional Bearer token for authentication.
The industry of the user.
electronicsThe unique key for the request.
8097571064818418The language key for the request.
57Customer address updated successfully
1The Customer Detail have been updated SuccessfullyInvalid request data
Server error
PUT /backend/api/customer-address/{id} HTTP/1.1
Host: 139.59.67.17
Content-Type: application/json
Accept: */*
Content-Length: 215
{
"addressType": 1,
"address1": "text",
"address2": "text",
"city": "text",
"landmark": "text",
"phoneNumber": "text",
"postcode": "text",
"countryId": 1,
"zoneId": 1,
"state": "text",
"isDefault": 1,
"firstName": "text",
"lastName": "text"
}{
"status": 1,
"message": "The Customer Detail have been updated Successfully"
}Optional Bearer token for authentication.
The industry of the user.
electronicsThe unique key for the request.
8097571064818418The language key for the request.
57Password changed successfully
1Your password has been change successfullyInvalid password data
Server error
POST /backend/api/customer/change-password HTTP/1.1
Host: 139.59.67.17
Content-Type: application/json
Accept: */*
Content-Length: 43
{
"oldPassword": "text",
"newPassword": "text"
}{
"status": 1,
"message": "Your password has been change successfully"
}Limit the number of results returned
Offset for pagination
Whether to return the count of results
Search keyword for filtering orders
Filter orders by status
Optional Bearer token for authentication.
The industry of the user.
electronicsThe unique key for the request.
8097571064818418The language key for the request.
57Successfully retrieved the count of orders
Invalid parameters
Server error
GET /backend/api/orders/order-list HTTP/1.1
Host: 139.59.67.17
Accept: */*
{
"status": 1,
"message": "text"
}ID of the order product to be exported as a PDF
Optional Bearer token for authentication.
The industry of the user.
electronicsThe unique key for the request.
8097571064818418The language key for the request.
57PDF export successful
Invalid request parameters
Internal server error
GET /backend/api/orders/order-export-pdf?orderProductId=1 HTTP/1.1
Host: 139.59.67.17
Accept: */*
binaryID of the order product to track
Optional Bearer token for authentication.
The industry of the user.
electronicsThe unique key for the request.
8097571064818418The language key for the request.
57Successfully shown the track order details
Invalid request parameters
Internal server error
GET /backend/api/orders/track-order-product?orderProductId=1 HTTP/1.1
Host: 139.59.67.17
Accept: */*
{
"status": 1,
"message": "text"
}ID of the order product to retrieve ratings for
Optional Bearer token for authentication.
The industry of the user.
electronicsThe unique key for the request.
8097571064818418The language key for the request.
57Successfully retrieved the ratings for the order product
Invalid request parameters
Internal server error
GET /backend/api/product-store/rating-by-order?orderProductId=1 HTTP/1.1
Host: 139.59.67.17
Accept: */*
{
"status": 1,
"message": "text"
}Optional Bearer token for authentication.
The industry of the user.
electronicsThe unique key for the request.
8097571064818418The language key for the request.
572458GSKU1234-012088test4Successfully created your reviews.
1Successfully created your reviews.Invalid input data
Internal server error
POST /backend/api/product-store/review HTTP/1.1
Host: 139.59.67.17
Content-Type: */*
Accept: */*
Content-Length: 94
{
"orderProductId": "2458",
"skuName": "GSKU1234-01",
"productId": 2088,
"reviews": "test",
"rating": 4
}{
"status": 1,
"message": "Successfully created your reviews."
}ID of the order product to retrieve details for
Optional Bearer token for authentication.
The industry of the user.
electronicsThe unique key for the request.
8097571064818418The language key for the request.
57Successfully retrieved the order details
Invalid request parameters
Internal server error
GET /backend/api/orders/order-detail?orderProductId=1 HTTP/1.1
Host: 139.59.67.17
Accept: */*
{
"status": 1,
"message": "text"
}Retrieve a list of quotations based on status, limit, and offset parameters.
The status ID for filtering the quotations.
-1The number of quotations to return.
5The offset for pagination of quotations.
0Optional Bearer token for authentication.
The industry of the user.
electronicsThe unique key for the request.
8097571064818418The language key for the request.
57Successfully fetched the quotation list
1Successfully got the quotation list!Bad request, invalid parameters
Internal server error
GET /backend/api/quotation?statusId=-1&limit=5&offset=0 HTTP/1.1
Host: 139.59.67.17
Accept: */*
{
"status": 1,
"message": "Successfully got the quotation list!"
}Retrieve a list of products in the customer's wishlist with pagination support.
The number of wishlist products to return.
5The offset for pagination of wishlist products.
0Optional Bearer token for authentication.
The industry of the user.
electronicsThe unique key for the request.
8097571064818418The language key for the request.
57Successfully fetched the wishlist product list
1Successfully show the wishlist product listBad request, invalid parameters
Internal server error
GET /backend/api/customer/wishlist-product-list?limit=5&offset=0 HTTP/1.1
Host: 139.59.67.17
Accept: */*
{
"status": 1,
"message": "Successfully show the wishlist product list"
}Delete a product from the customer's wishlist based on the product ID.
The ID of the product to remove from the wishlist.
Optional Bearer token for authentication.
The industry of the user.
electronicsThe unique key for the request.
8097571064818418The language key for the request.
57Product successfully removed from the wishlist
1You have successfully remove from wishlistBad request, invalid parameters
Product not found in the wishlist
Internal server error
DELETE /backend/api/customer/wishlist-product-delete/{id} HTTP/1.1
Host: 139.59.67.17
Accept: */*
{
"status": 1,
"message": "You have successfully remove from wishlist"
}Send a password reset link to the user's registered email address.
The email address of the user who needs to reset their password.
Optional Bearer token for authentication.
The industry of the user.
electronicsThe unique key for the request.
8097571064818418The language key for the request.
57Password reset link sent successfully
1Thank you! A link to reset your password will be sent to your registered email shortlyBad request, invalid email format
User not found with the provided email
Internal server error
GET /backend/api/customer/forgot-password-link?email=text HTTP/1.1
Host: 139.59.67.17
Accept: */*
{
"status": 1,
"message": "Thank you! A link to reset your password will be sent to your registered email shortly"
}Send a One-Time Password (OTP) to the provided email address for verification purposes.
Optional Bearer token for authentication.
The industry of the user.
electronicsThe unique key for the request.
8097571064818418The language key for the request.
57test@gmail.comOTP sent successfully
0OTP sent successfully to the provided email.Bad request, invalid email format
User not found with the provided email
Internal server error
POST /backend/api/customer/send-otp HTTP/1.1
Host: 139.59.67.17
Content-Type: */*
Accept: */*
Content-Length: 28
{
"emailId": "test@gmail.com"
}{
"status": 0,
"message": "OTP sent successfully to the provided email."
}Logs the user out of the system.
Optional Bearer token for authentication.
The industry of the user.
electronicsThe unique key for the request.
8097571064818418The language key for the request.
57Successfully logged out
Successfully Logout1Internal server error
POST /backend/api/customer/logout HTTP/1.1
Host: 139.59.67.17
Accept: */*
{
"message": "Successfully Logout",
"status": "1"
}Registers a new customer by providing necessary details like name, email, password, etc.
Optional Bearer token for authentication.
The industry of the user.
electronicsThe unique key for the request.
8097571064818418The language key for the request.
57Customer's first name
Customer's last name
Password for the customer account
Password confirmation
Customer's email address
Customer's phone number
Customer successfully registered
Thank you for registering with us and please check your email1Internal server error
POST /backend/api/customer/register HTTP/1.1
Host: 139.59.67.17
Content-Type: */*
Accept: */*
Content-Length: 154
{
"firstName": "John",
"lastName": "Doe",
"password": "Password123",
"confirmPassword": "Password123",
"emailId": "john.doe@example.com",
"phoneNumber": "1234567890"
}{
"message": "Thank you for registering with us and please check your email",
"status": "1"
}Last updated

