curl --request GET \ --url https://commerce.driv.ly/api/customers/{id}
{ "data": { "id": "<string>", "addresses": [ "<string>" ], "phoneNumbers": [ "<string>" ] }, "success": true }
Customer is uniquely identified by id
The number of levels of related objects to include in the response
Customer Found
The response is of type object.
object