JDBC Driver for ShipStation

Build 22.0.8462

Customers

Lists customers.

Select

The driver 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 driver.

  • 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
For example, the following query is processed server side:
SELECT * FROM Customers WHERE CountryCode = 'US'
You can turn off client-side execution by setting SupportEnhancedSQL to false in which case any search criteria that refers to other columns will cause an error.

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.
Email 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.
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.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462