Getting Started
You can create customers and update customer accounts using the Storefront API.
This guide covers how to create and activate a customer, and generate a customer access token. It also shows you how to accomplish common tasks like associating an address with a customer and recovering a customer's password.
This module will walk you through the customer section of interplay where you will get an understanding about how to use interplay to configure shopify experience for a customer on the interplay platform.
Requirements
- You've completed the Authentication and Authorization with Shopify for your app.
- You have the Private Access Token for your application.
Options
There are a variety of custom nodes available in interplay to implement various functionalities. They are-
- Create Customer
- Get details of customer by access token
- Activate Customer
- Initiate Password Recovery
- Reset Customer Password
- Create Access Token
- Delete Access Token
- Renew Access Token
- Create Address
- Delete Address
- Update Address
- Create a default address
We will look into each of these in separate articles.