Stores
Lists all stores.
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, MarketplaceId and ShowInactive support the following operator: =.
SELECT * FROM Stores WHERE Id = 5603
Columns
| Name | Type | References | Description |
| Id [KEY] | Integer | Id of the store. | |
| AccountName | String | Account name of the store. | |
| Active | Boolean | Whether store is active or not. | |
| AutoRefresh | Boolean | Whether refresh is available or not. | |
| CompanyName | String | Company name of the store. | |
| CreateDate | Datetime | Create date of this record. | |
| String | Email id of the store. | ||
| IntegrationUrl | String | Integration URL of the store. | |
| LastRefreshAttempt | Datetime | Last refresh attempt of the store. | |
| MarketplaceId | Integer | Marketplace Id of the store. | |
| MarketplaceName | String | Marketplace Name of the store. | |
| ModifyDate | Datetime | Modify date of the store. | |
| Phone | String | Phone number of the store. | |
| PublicEmail | String | Public email of the store. | |
| RefreshDate | Datetime | Refresh date of the store. | |
| StatusMappings | String | ||
| StoreName | String | Name of the store. | |
| Website | String | Website of the store. | |
| ShowInactive | Boolean | Specifies whether inactive stores will be shown. |