Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename actions, add action descriptions, update Readme #7

Open
stas-fomenko opened this issue Jan 13, 2020 · 0 comments
Open

Rename actions, add action descriptions, update Readme #7

stas-fomenko opened this issue Jan 13, 2020 · 0 comments

Comments

@stas-fomenko
Copy link
Contributor

stas-fomenko commented Jan 13, 2020

For component

For each action:
1.
Rename Unsubscribe Action -> Archive a list member
Add action description: Use this action in order to archive a list member.
Add to readme that it use method : DELETE /lists/{list_id}/members/{subscriber_hash} Archive a list member`

Rename Add new Subscriber Action -> Upsert a list member
Add action description: Use this action in order to add or update a list member
Add to readme that it use method : PUT | /lists/{list_id}/members/{subscriber_hash} | Add or update a list member`

Rename Upsert customer action -> Upsert a customer
Add action description: Use this action in order to add or update a customer
Add to readme that it use method: PUT | /ecommerce/stores/{store_id}/customers/{customer_id} | Add or update a customer`

@stas-fomenko stas-fomenko changed the title Add descriptions for each action Rename actions, add action descriptions, update Readme Jan 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant