https://www.bharseli.com/wp-json/wp/v2/user-register
Method: PostRequest Parameter | Type | Required(updated) |
---|---|---|
full_name |
STRING | Yes |
username |
STRING | Yes |
address |
STRING | Yes |
gender |
STRING | Yes |
email |
STRING | Yes |
phone |
INTEGER | Yes |
password |
STRING | Yes |
https://www.bharseli.com/wp-json/jwt-auth/v1/token
Method: PostRequest Parameter | Type | Required |
---|---|---|
username |
STRNG | Yes |
password |
STRING | Yes |
https://www.bharseli.com/wp-json/wc/v3/products/categories
Method: PostRequest Parameter | Type | Required |
---|---|---|
term_id |
STRNG | -- |
name |
STRING | -- |
slug |
STRING | -- |
image |
STRING | -- |
https://www.bharseli.com/wp-json/wp/v2/order
Method: PostRequest Parameter | Type | Required |
---|---|---|
full_name |
STRING | Yes |
email |
STRING | Yes |
phone_number |
INTEGER | Yes |
municipality |
STRING | Yes |
ward |
STRING | Yes |
local_name |
STRING | Yes |
district |
STRING | Yes |
category_name |
STRING | Yes |
subcategory_name |
STRING | Yes (if porfolio) |
delivery_date |
STRING | Yes |
delivery_time |
STRING | Yes |
price |
STRING | Yes |
payment_mode |
STRING | Yes |
message |
STRING | Yes |
https://www.bharseli.com/wp-json/wp/v2/image-slider
Method: GetRequest Parameter | Type | Required |
---|---|---|
id |
INTEGER | -- |
title |
STRING | -- |
slug |
STRING | -- |
id |
content | -- |
image |
STRING | -- |
https://www.bharseli.com/wp-json/wp/v2/profile-update
Method: PostRequest Parameter | Type | Required |
---|---|---|
full_name |
STRING | Yes |
email |
STRING | Yes |
contact |
INTEGER | Yes |
address |
INTEGER | Yes |
gender |
INTEGER | Yes |
username |
STRING | Yes |
password |
STRING | Yes(optional if not null check password and confirm_password) |
https://www.bharseli.com/wp-json/wp/v2/profile
Method: GetRequest Parameter | Type | Required |
---|---|---|
first_name |
STRING | -- |
last_name |
STRING | -- |
username |
STRING | -- |
email |
STRING | -- |
address |
STRING | -- |
phone |
STRING | -- |
gender |
STRING | -- |
profile_image |
STRING | -- |
https://www.bharseli.com/wp-json/wp/v2/profile-image
Method: postRequest Parameter | Type | Required |
---|---|---|
image |
STRING | YES |
https://www.bharseli.com/wp-json/wp/v2/get-profile-image
Method: getRequest Parameter | Type | Required |
---|---|---|
image |
STRING | -- |
https://www.bharseli.com/wp-json/wp/v2/forget-password
Method: POSTRequest Parameter | Type | Required |
---|---|---|
user_login |
STRING | YES |
https://www.bharseli.com/wp-json/wp/v2/reset-password
Method: POSTRequest Parameter | Type | Required |
---|---|---|
user_login |
STRING | YES |
reset_token |
STRING | YES |
password |
STRING | YES |
https://www.bharseli.com/wp-json/wp/v2/products/today-offer
Method: GETRequest Parameter | Type | Required |
---|---|---|
id |
STRING | YES |
name |
STRING | YES |
slug |
STRING | YES |
description |
STRING | YES |
price |
STRING | YES |
regurlar_price |
STRING | YES |
image |
STRING | YES |
stock_quantity |
STRING | YES |
stock_status |
STRING | YES |
sku |
STRING | YES |
https://www.bharseli.com/wp-json/wc/v3/products?slug="fresh-mutton"
Method: GETRequest Parameter | Type | Required |
---|---|---|
id |
STRING | YES |
name |
STRING | YES |
slug |
STRING | YES |
description |
STRING | YES |
price |
STRING | YES |
regurlar_price |
STRING | YES |
image |
STRING | YES |
stock_quantity |
STRING | YES |
stock_status |
STRING | YES |
sku |
STRING | YES |