Hi everyone,
I want to create/update clover customer(with all properties: company name, dob, emails, etc) in my android app.
What I have discovered that I can't make this with Clover Android SDK. Because CustomerConnector has no such methods and it use Customer v1.
So I have to use direct Clover REST API.
I have read REST API documentation, but not everything is clear for me.
My questions:
1. Is it possible to create Customer(with metadata, emails, phones, addresses) using
only one request (POST /v3/merchants/{mId}/customers) or I have to make a lot of requests(separate for emails, addresses, metadata, etc) to push all customer data to REST API?
2. Is it possible to push all customers phones at once using REST API (what I have noticed I have to make request for
each phone)?