/v3/merchants/{merchantId}/customers
to create a customer with the address (later this customer can be searched by name or phone number if that information is also added).
{ "firstName": "Gary", "lastName": "Oak", "addresses": { "elements": [ { "address1": "2 Starter Ln", "city": "Pallet Town", "state": "", "zip": "", "country": "" } ] } }
/v3/merchants/{
{merchantId}}/orders/{
{orderId}}
:
{ "customers": [{"id": "{customerId}"}] }Once the customer (and their address) is associated with the order, it can now be printed along with the order information. The simplest way is to have the merchant select the option to print Customer information on receipts (instructions for order receipts: https://help.clover.com/order-receipts/?userDevice=station#show-customer-info-order-receipt , instructions for payment receipts: https://help.clover.com/customer-receipts/?userDevice=station#show-customer-information-on-payment-receipts).
/v3/merchants/{
{merchantId}}/orders/{
{orderId}}
{ "note": "123 Brick Way\nPewter City" }
No one has followed this question yet.