get https://test.bill.pro/api/v1/customers/
Get a single customer
Get a customer using the id
of the customer generated by the system.
If you are getting a customer to update that customer, please pay attention to the different address format in the customer data objects to update a customer.
To create an order for this customer, in the order object of the request body, set this value as the customer_id
.
You can also filter the list of customers to obtain a single customer using the merchant customer ID. See List customers.