JDBC Driver for ShipStation

Build 22.0.8462

StoreRefreshStatus

Lists status of the store refresh.

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.

  • StoreId supports the following operator: =.

Note: StoreId is required in order to execute StoreRefreshStatus. For example, the following query is processed server side:
SELECT * FROM StoreRefreshStatus WHERE StoreId = 5603
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
StoreId [KEY] Integer

Stores.Id

Id of the store.
Id Integer Store refresh status id.
LastRefreshAttempt Date Last date of the refresh attempt for store.
RefreshDate Date Refresh date of the store.
RefreshStatus String Refresh status of the store.

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