Common list api
Get list of banner
Query parameters
limitintegerRequired
offsetintegerOptional
countintegerOptional
Responses
200
success response
*/*
statusintegerOptionalDefault:
1messagestringOptionalDefault:
Successfully got banner listget/list/banner-list
GET /list/banner-list?limit=1 HTTP/1.1
Accept: */*
200
success response
{
"status": 1,
"message": "Successfully got banner list"
}Get list of category
Query parameters
limitintegerRequired
offsetintegerOptional
keywordstringOptional
sortOrderintegerOptional
countintegerOptional
Responses
200
success response
*/*
statusintegerOptionalDefault:
1messagestringOptionalDefault:
Successfully get All category List " or " Successfully got the list of categories.get/list/category-list
GET /list/category-list?limit=1 HTTP/1.1
Accept: */*
200
success response
{
"status": 1,
"message": "Successfully get All category List \" or \" Successfully got the list of categories."
}Get list of customer product
Query parameters
limitintegerRequired
offsetintegerOptional
keywordstringOptional
categoryslugstringOptional
priceTostringOptional
priceFromstringOptional
pricestringOptional
countintegerOptional
Header parameters
AuthorizationstringRequired
Responses
200
success response
*/*
statusintegerOptionalDefault:
1messagestringOptionalDefault:
Successfully got the complete list of products.400
error response
*/*
get/list/custom-product-list
GET /list/custom-product-list?limit=1 HTTP/1.1
Authorization: text
Accept: */*
{
"status": 1,
"message": "Successfully got the complete list of products."
}Get list of country
Query parameters
limitintegerRequired
offsetintegerOptional
keywordstringRequired
countintegerOptional
Responses
200
success response
*/*
statusintegerOptionalDefault:
1messagestringOptionalDefault:
Successfully got the list of countries.get/list/country-list
GET /list/country-list?limit=1&keyword=text HTTP/1.1
Accept: */*
200
success response
{
"status": 1,
"message": "Successfully got the list of countries."
}Contact us
Body
namestringRequired
emailstringRequired
phoneNumberstringRequired
messagestringRequired
Responses
200
success response
application/json
statusintegerOptionalDefault:
1messagestringOptionalDefault:
Your request Successfully send400
error response
application/json
post/list/contact-us
POST /list/contact-us HTTP/1.1
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 68
"name='text'&email='text'&phoneNumber='text'&message='text'"{
"status": 1,
"message": "Your request Successfully send"
}Get list of zone
Query parameters
limitintegerRequired
offsetintegerOptional
keywordstringRequired
countryIdstringOptional
countintegerOptional
Responses
200
success response
*/*
statusintegerOptionalDefault:
1messagestringOptionalDefault:
Successfully get all zone List400
error response
*/*
get/list/zone-list
GET /list/zone-list?limit=1&keyword=text HTTP/1.1
Accept: */*
{
"status": 1,
"message": "Successfully get all zone List"
}Get list of language
Query parameters
limitintegerRequired
offsetintegerOptional
keywordstringRequired
countintegerOptional
Responses
200
success response
*/*
statusintegerOptionalDefault:
1messagestringOptionalDefault:
successfully got the complete language list.400
error response
*/*
get/list/language-list
GET /list/language-list?limit=1&keyword=text HTTP/1.1
Accept: */*
{
"status": 1,
"message": "successfully got the complete language list."
}Get list of specific category
Query parameters
categorySlugstringRequired
Responses
200
success response
*/*
statusintegerOptionalDefault:
1messagestringOptionalDefault:
Successfully get the related category List400
error response
*/*
get/list/specific-category-list
GET /list/specific-category-list?categorySlug=text HTTP/1.1
Accept: */*
{
"status": 1,
"message": "Successfully get the related category List"
}Get list of paymment setting
Query parameters
limitintegerRequired
offsetintegerOptional
keywordstringRequired
countintegerOptional
Responses
200
success response
*/*
statusintegerOptionalDefault:
1messagestringOptionalDefault:
Successfully got payment List.get/list/get-payment-setting
GET /list/get-payment-setting?limit=1&keyword=text HTTP/1.1
Accept: */*
200
success response
{
"status": 1,
"message": "Successfully got payment List."
}Get list of product coun
Query parameters
limitintegerRequired
offsetintegerOptional
keywordstringOptional
categoryslugstringOptional
priceTostringOptional
priceFromstringOptional
pricestringOptional
countintegerOptional
Header parameters
AuthorizationstringRequired
Responses
200
success response
*/*
statusintegerOptionalDefault:
1messagestringOptionalDefault:
Successfully get Product Countget/list/product-count
GET /list/product-count?limit=1 HTTP/1.1
Authorization: text
Accept: */*
200
success response
{
"status": 1,
"message": "Successfully get Product Count"
}Get list of order log
Query parameters
orderPrefixIdstringRequired
Responses
200
success response
*/*
statusintegerOptionalDefault:
1messagestringOptionalDefault:
Successfully got the complete order Log list.400
error response
*/*
get/list/orderLoglist
GET /list/orderLoglist?orderPrefixId=text HTTP/1.1
Accept: */*
{
"status": 1,
"message": "Successfully got the complete order Log list."
}Last updated

