Navigation

    Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. shivam-webkul
    S
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    shivam-webkul

    @shivam-webkul

    0
    Reputation
    48
    Posts
    48
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    shivam-webkul Follow

    Posts made by shivam-webkul

    • RE: API giving error Route [auth.login] not defined

      Hello, @_developer_12

      Actually, for the both token and api_token you can pass the $token then try to send the request i hope your issue has been resolved,

      Thanks

      posted in General Discussion
      S
      shivam-webkul
    • RE: API giving error Route [auth.login] not defined

      Hello,

      your all code is right , but please verify your code by this

      $response = $client->request('POST', '/api/orders', [
          'headers' => [
              'Accept' => 'application/json',
              'Authorization' => 'Bearer '.$accessToken,
          ],
      'form_params' => [
      'api_token' => $token,
      ],
      ]);
      
      posted in General Discussion
      S
      shivam-webkul
    • RE: API giving error Route [auth.login] not defined

      Hello ,

      Please verify that issue that is already raised on git
      ref - https://github.com/bagisto/bagisto/issues/1974

      Thnaks

      posted in General Discussion
      S
      shivam-webkul
    • RE: haven't found product search api...

      Please specify the bagsito version.

      Thanks

      posted in General Discussion
      S
      shivam-webkul
    • RE: How to pass Dynamic key value for Update Cart (to update product count) API request for android.

      Hello,

      you need to read out about flutter *how to send request in flutter with parameter after that you can achieve the goal.

      thanks

      posted in Knowledge Base
      S
      shivam-webkul
    • RE: Orders API Route [auth.login] not defined.

      Hello,

      ref - https://github.com/bagisto/bagisto/issues/1974

      posted in General Discussion
      S
      shivam-webkul
    • RE: Product API in Query Parameters not getting precise result

      hello ,
      Please mention the bagisto version .

      posted in Modules
      S
      shivam-webkul
    • RE: API giving error Route [auth.login] not defined

      Hello,

      Then you need to first send the token true that means first customer will logged in then you can access all that apis.

      posted in General Discussion
      S
      shivam-webkul
    • RE: How to remove product types from product-types.php?

      Hello @bagdev ,

      Yes you only need to override the product create pages after that in that pages put the condition for not showing your product soo you need to put
      that conditioon

      @if ($key != 'simple')
             <option value="{{ $key }}" {{ request()->input('type') == 
              $productType['key'] ? 'selected' : '' }}>
                          {{ $productType['name'] }}
              </option
      @endif
      

      into the product create dropdown.

      thanks.

      posted in General Discussion
      S
      shivam-webkul
    • RE: API giving error Route [auth.login] not defined

      Hello @neha-ak3018 ,

      Please follow the below link

      https://github.com/bagisto/bagisto/issues/1974

      Thanks

      posted in General Discussion
      S
      shivam-webkul