JDBC Driver for ShipStation

Build 22.0.8462

ProductTags

Lists product tags.

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.

  • ProductId supports the following operator: =.

Note: ProductId is required in order to query ProductTags. For example, the following query is processed server side:
SELECT * FROM ProductTags WHERE ProductId = 1381428
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 Integer

Tags.Id

The system generated identifier for the product tag.
Name String Name or description for the product tag.
ProductId Long

Products.Id

Id of the product.

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