Shopify / buy-button-js

BuyButton.js is a highly customizable UI library for adding ecommerce functionality to any website.

Home Page:http://shopify.github.io/buy-button-js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to get the shippingAddress entered by the user after a checkout?

julianCast opened this issue · comments

I'd like to get the the user shippingAddress after a checkout, is there a way? I checked the documentation(buy-button and JS Buy SDK) but no clue. Thanks

I ended up using the API (/customers?query=email:name@gmail.com) to retreive the customer info.