> For the complete documentation index, see [llms.txt](https://developers.alephee.com/v2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.alephee.com/v2/accounts/get-methods/stores/response.md).

# Type specifications

## Store

| Property                | Type                                                                         | Description                                                                                     |
| ----------------------- | ---------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- |
| Id                      | integer                                                                      | ID of the store                                                                                 |
| Name                    | string                                                                       | Name of the store                                                                               |
| BusinessName            | string                                                                       | Legal business name (valid only for companies)                                                  |
| ExternalStoreId         | [#externalstoreid](#externalstoreid "mention")                               | Marketplace-dependant identification of the store.                                              |
| IntegrationCode         | string                                                                       | The customer assigned ID                                                                        |
| IsPrincipal             | boolean                                                                      | Indicates if the store is the principal o main store.                                           |
| OpenHours               | string                                                                       | Label                                                                                           |
| AvailabilityTimeInHours | integer                                                                      | The quantity of hours that the pickup need to replenish stock and fulfill an order.             |
| AllowPickUpStore        | boolean                                                                      | Indicates if the store can work as “pick up in store” branch.                                   |
| AccountPickup           | [#pickupstore](#pickupstore "mention")                                       | If the store is a pickup type of account, then this property shows the registered account data. |
| Zone                    | string                                                                       | Label                                                                                           |
| Address                 | [Type specifications](/v2/orders/get-methods/get-orders/response.md#address) | Store location                                                                                  |
| DateCreated             | datetime (UTC with local user timezone)                                      | Date time of the store creation                                                                 |

### PickupStore

| Property        | Type    | Description                                                                  |
| --------------- | ------- | ---------------------------------------------------------------------------- |
| Name            | string  | Name of the pickup                                                           |
| BusinessName    | string  | Legal business name (valid only for companies)                               |
| SellerAccountID | integer | <p>Account ID of the seller</p><p>(related to the /v2/accounts endpoint)</p> |

### **ExternalStoreID**

| Property      | Type    | Description                                                       |
| ------------- | ------- | ----------------------------------------------------------------- |
| Id            | integer | The marketplace assigned ID for the store                         |
| Name          | string  | The marketplace assigned name for the store                       |
| MarketplaceID | integer | Internal ID for the marketplace. Refer to marketplaces ID section |
