Customers
Retrieve all Customers.
Columns
| Name | Type | References | |
| Id | Int | ||
| String | |||
| Phone | String | ||
| Status | String |
The allowed values are approved, pending, disabled. | |
| ShippingAddressName | String | ||
| ShippingAddressSurname | String | ||
| ShippingAddressAddress | String | ||
| ShippingAddressCity | String | ||
| ShippingAddressPostal | String | ||
| ShippingAddressMunicipality | String | ||
| ShippingAddressRegion | Int | ||
| ShippingAddressCountry | String | ||
| BillingAddressName | String | ||
| BillingAddressSurname | String | ||
| Taxid | String | ||
| BillingAddressAddress | String | ||
| BillingAddressCity | String | ||
| BillingAddressPostal | String | ||
| BillingAddressMunicipality | String | ||
| BillingAddressRegion | Int | ||
| BillingAddressCountry | String | ||
| CustomerCategory | String | ||
| CustomerAdditionalFields | String |