• Request URL: https://www.bharseli.com/wp-json/wp/v2/user-register Method: Post
  • Request 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
  • Postman : https://www.bharseli.com/wp-json/wp/v2/user-register

  • Request URL: https://www.bharseli.com/wp-json/wp/v2/order Method: Post
  • Request 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
  • Postman : https://www.bharseli.com/wp-json/wp/v2/order

  • Request URL: https://www.bharseli.com/wp-json/wp/v2/profile-update Method: Post
  • Request 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)
  • Postman : https://www.bharseli.com/wp-json/wp/v2/profile-update

  • Request URL: https://www.bharseli.com/wp-json/wp/v2/profile Method: Get
  • Request Parameter Type Required
    first_name STRING --
    last_name STRING --
    username STRING --
    email STRING --
    address STRING --
    phone STRING --
    gender STRING --
    profile_image STRING --
  • Postman : https://www.bharseli.com/wp-json/wp/v2/profile

  • Request URL: https://www.bharseli.com/wp-json/wp/v2/products/today-offer Method: GET
  • Request 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
  • Postman : https://www.bharseli.com/wp-json/wp/v2/products/today-offer

  • Request URL: https://www.bharseli.com/wp-json/wc/v3/products?slug="fresh-mutton" Method: GET
  • Request 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
  • Postman : https://www.bharseli.com/wp-json/wc/v3/products?slug="fresh-mutton"