Customers
Lists customers.
Select
The add-in will use the ShipStation API to process WHERE clause conditions built with the following columns and operators. The rest of the filter is executed client side within the add-in.
- Id, CountryCode, StateCode, MarketplaceId and TagId support the following operator: =
- The following columns will support server side sort: Name, ModifyDate and CreateDate can be sorted as ASC or DESC
SELECT * FROM Customers WHERE CountryCode = 'US'
Columns
| Name | Type | References | Description |
| Id [KEY] | Long | Unique customer Id. | |
| AddressVerified | String | Address verified or not for the customer. | |
| City | String | City of the customer. | |
| Company | String | Company of the customer. | |
| CountryCode | String | Country code of the customer. | |
| CreateDate | Datetime | Customer create date. | |
| String | Email id of the customer. | ||
| ModifyDate | Datetime | Date of the Modified details of customer. | |
| Name | String | Name of the customer. | |
| Phone | String | Contact number of the customer. | |
| PostalCode | String | Postal code of the customer. | |
| State | String | Customer residence date. | |
| Street1 | String | Customer street1. | |
| Street2 | String | Customer street2. | |
| MarketplaceUsernames | String | List the information for the MarketPlace usernames. | |
| StateCode | String | Customers that reside in the specified stateCode. | |
| MarketplaceId | Long | Customers that purchased items from the specified marketplaceId. | |
| TagId | String |
CustomerTags.Id | Customers that have been tagged with the specified tagId. |