作为客户通过iOS应用程序登录BigCommerce API [英] Login to BigCommerce API through iOS Application as a customer

查看:156
本文介绍了作为客户通过iOS应用程序登录BigCommerce API的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在为BigCommerce.com上的商店开发iOS应用程序。我已成功从BigCommerce API检索产品列表,并且我还使用相同的方法创建了一个新用户。

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 using the same.

创建用户: https://developer.bigcommerce.com/api/stores/v2/customers#create-a-customer

产品清单:
https://developer.bigcommerce.com/api/stores/v2/products

但我无法理解我应该如何以顾客的身份登录BigCommerce商店购买所列产品。

But i am unable to understand that how should i login into the BigCommerce Store as a customer to purchase products listed.

请任何人都可以帮忙。

推荐答案

您可以通过发送邮件登录:

You can login by sending a POST to:

/remote.php?w=expressCheckoutLogin

在POST的正文中发送字段'login_email'和'login_pass'。

Send fields 'login_email' and 'login_pass' in your POST's body.

这篇关于作为客户通过iOS应用程序登录BigCommerce API的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆