Login to BigCommerce API through iOS Application as a customer

后端 未结 2 1128
無奈伤痛
無奈伤痛 2021-01-28 09:56

I am developing an iOS application for a store on BigCommerce.com . I have successfully retrieved the products list from the BigCommerce API and I have also created a new user u

2条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-28 10:37

    Its very hard to finding login api in bigCommerce. this solution is 100% working and tested.

    Keep Enjoy

    APi URL : https://api.bigcommerce.com/stores/[STORE_HASH]/v2/customers/[CUSTOMER_ID]/validate

    Method : POST

    Header X-Auth-Client : Client_id X-Auth-Token : Access Token Accept : application/json Content-Type : application/json

    Body { "password": "123456" }

    Response { "success": true }

提交回复
热议问题