Navigation

    Bagisto Forum

    Bagisto

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

    • A

      Coupons APi
      Bug Report • api coupon • • Akanrat  

      2
      0
      Votes
      2
      Posts
      180
      Views

      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', '[email protected]'); Remove Coupon Route::delete('cart/coupon', '[email protected]'); 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
      151
      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 • api product wishlist • • aliraza  

      3
      0
      Votes
      3
      Posts
      207
      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
      508
      Views

      W

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