用户发送到pre-充满亚马逊购物车结账亚马逊、购物车、发送到、用户

2023-09-11 10:50:28 作者:忘却成全

我工作的一个网站,将创建的项目pre-设置包。首先,我使用的是亚马逊验证这一想法,拉着一些加盟销售,然后我会实现自己的订单,如果这个想法认为成功的。

I'm working on a site that will create pre-set packages of items. To start, I'm using Amazon to test the idea, pulling some affiliate sales, and then I'll fulfill orders myself if the idea deems successful.

我的目标是有一个立即购买式的按钮,并且在点击,用户将到达现在亚马逊结账页面,有车pre-充满了我的选择的项目和我的会员号码

My goal is to have a "buy now" type button, and upon clicking, the user will arrive at an Amazon checkout now page, with a cart pre-filled with items of my choosing, and my affiliate number.

我是一个PHP开发人员,所以如果一个解决方案必须是特定的语言,这就是语言一起去。如果它更多的是一种概念上的答案,或者如果有这一个API,那也有用。

I'm a PHP developer, so if a solution must be language specific, that's the language to go with. If it's more of a conceptual answer, or if there's an API for this, that works too.

在此先感谢。

推荐答案

您可以使用链接包含ASINs像这样的数量。它不添加项目到别人的车,但确认添加到购物车。 http://www.amazon.com/gp/aws/cart/add.html?AssociateTag=your-tag-here-20&ASIN.1=B003IXYJYO&Quantity.1=2&ASIN.2=B0002KR8J4&Quantity.2=1&ASIN.3=B0002ZP18E&Quantity.3=1&ASIN.4=B0002ZP3ZA&Quantity.4=2&ASIN.5=B004J2JG6O&Quantity.5=1

You may use link that contains ASINs and their quantity like this. It doesn't add items to someone's cart but confirms to add to cart. http://www.amazon.com/gp/aws/cart/add.html?AssociateTag=your-tag-here-20&ASIN.1=B003IXYJYO&Quantity.1=2&ASIN.2=B0002KR8J4&Quantity.2=1&ASIN.3=B0002ZP18E&Quantity.3=1&ASIN.4=B0002ZP3ZA&Quantity.4=2&ASIN.5=B004J2JG6O&Quantity.5=1