| Type | Id |
| List | Customers |
| URL | http://{domain}/api/v2/customers/id.json |
| Accepts Filters |
No
|
|
Output Attributes
|
Yes |
| Parameter | Type | Rules | Example |
|---|---|---|---|
| display_id | int / array |
one id or multiple Lead Commerce vendor display ids
|
1 or array(3,8,9,45) |
{
"code": "200",
"data": {
"5": "1004",
"4": "1003",
"3": "1002",
"2": "1001"
}
}