Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Tags
    3. api
    Log in to post
    • All categories
    • V

      Bagisto for markeplace
      General Discussion • marketplace rest api api • • vity31

      2
      0
      Votes
      2
      Posts
      614
      Views

      ashish2409

      @vity31

      Hello There,
      Yes Bagisto Marketplace is a best option for users, sellers and buyers. Its easy and user friendly.

      Thanks.

    • A

      Coupons APi
      Bug Report • coupon api • • Akanrat

      2
      0
      Votes
      2
      Posts
      736
      Views

      devansh-webkul

      Hi @Akanrat,

      Yes, coupon API is missing in the docs, I will update that.

      Currently, for coupon, there are two routes,

      Apply Coupon

      To apply the coupon, you need to pass the code key in the request body.

      Route::post('cart/coupon', 'CartController@applyCoupon');

      Remove Coupon

      Route::delete('cart/coupon', 'CartController@removeCoupon');

      Just need to hit the route.

      For more details, you can check the route file also.

    • F

      Bagisto API login without token lifetime
      General Discussion • bagisto api bagisto api login • • fiqih.majaindo

      2
      0
      Votes
      2
      Posts
      337
      Views

      A

      You can extend token lifetime by updating this in {your-project}\config\jwt.php file
      assuming this is JWT_TTL=NULL in .env file.

      'ttl' => env('JWT_TTL', 60),

      update 60 to your limit

      I use this

      'ttl' => env('JWT_TTL', 20160),
    • A

      Wishlist key in Product API
      Bug Report • wishlist api product • • aliraza

      3
      0
      Votes
      3
      Posts
      459
      Views

      A

      okay Thanks .
      Raised at https://github.com/bagisto/bagisto/issues/4510#issue-790837796

    • W

      Bagisto Web Api - Customers Registration
      General Discussion • api customers registration group • • William Hatanaka

      5
      0
      Votes
      5
      Posts
      1034
      Views

      W

      @vishalK ,
      Thank you very much!
      I will try!