GET api/Store/{id}
Gets store details.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
UriName of store. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Store| Name | Description | Type | Additional information |
|---|---|---|---|
| OrganizationId | integer |
None. |
|
| Name | string |
None. |
|
| IsProductionReady | boolean |
None. |
|
| IsPaymentCheck | boolean |
None. |
|
| IsPaymentCreditCard | boolean |
None. |
|
| IsPaymentDebitCard | boolean |
None. |
|
| IsPaymentGiftCard | boolean |
None. |
|
| OrganizationTypeId | integer |
None. |
|
| CreatedDate | date |
None. |
|
| CreatedBy | string |
None. |
|
| UpdatedDate | date |
None. |
|
| UpdatedBy | string |
None. |
|
| UpdatedByName | string |
None. |
|
| GlobalId | string |
None. |
|
| TimeZoneCode | string |
None. |
|
| TimeZoneName | string |
None. |
|
| StoreUriName | string |
None. |
|
| FacebookUrl | string |
None. |
|
| InstagramUrl | string |
None. |
|
| PhysicalAddress | string |
None. |
|
| PhysicalCity | string |
None. |
|
| PhysicalPostalCode | string |
None. |
|
| PhysicalStateCode | string |
None. |
|
| PhysicalPhoneNumber | string |
None. |
|
| PhysicalEmail | string |
None. |
|
| StoreDescription | string |
None. |
|
| StoreDomainName | string |
None. |
|
| StoreProductCategoryCount | integer |
None. |
|
| StoreProductCount | integer |
None. |
|
| StoreCategoryId | integer |
None. |
|
| StoreCategory | string |
None. |
|
| StoreIsFeaturedProductCount | integer |
None. |
|
| StoreTransactionTypeId | integer |
None. |
|
| StoreTransactionType | string |
None. |
|
| PhysicalMapLat | decimal number |
None. |
|
| PhysicalMapLng | decimal number |
None. |
|
| PhysicalMapZoom | integer |
None. |
|
| PhotoUrl | string |
None. |
|
| PhotoUrlM | string |
None. |
|
| PhotoUrlS | string |
None. |
|
| StoreIsHidePrice | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"OrganizationId": 1,
"Name": "sample string 2",
"IsProductionReady": true,
"IsPaymentCheck": true,
"IsPaymentCreditCard": true,
"IsPaymentDebitCard": true,
"IsPaymentGiftCard": true,
"OrganizationTypeId": 1,
"CreatedDate": "2025-12-12T23:21:13.9559021+00:00",
"CreatedBy": "sample string 3",
"UpdatedDate": "2025-12-12T23:21:13.9559021+00:00",
"UpdatedBy": "sample string 4",
"UpdatedByName": "sample string 5",
"GlobalId": "sample string 6",
"TimeZoneCode": "sample string 7",
"TimeZoneName": "sample string 8",
"StoreUriName": "sample string 9",
"FacebookUrl": "sample string 10",
"InstagramUrl": "sample string 11",
"PhysicalAddress": "sample string 12",
"PhysicalCity": "sample string 13",
"PhysicalPostalCode": "sample string 14",
"PhysicalStateCode": "sample string 15",
"PhysicalPhoneNumber": "sample string 16",
"PhysicalEmail": "sample string 17",
"StoreDescription": "sample string 18",
"StoreDomainName": "sample string 19",
"StoreProductCategoryCount": 1,
"StoreProductCount": 1,
"StoreCategoryId": 1,
"StoreCategory": "sample string 20",
"StoreIsFeaturedProductCount": 1,
"StoreTransactionTypeId": 1,
"StoreTransactionType": "sample string 21",
"PhysicalMapLat": 1.0,
"PhysicalMapLng": 1.0,
"PhysicalMapZoom": 1,
"PhotoUrl": "sample string 22",
"PhotoUrlM": "sample string 23",
"PhotoUrlS": "sample string 24",
"StoreIsHidePrice": true
}
application/xml, text/xml
Sample:
<Store xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomersdbWebShared.Models"> <CreatedBy>sample string 3</CreatedBy> <CreatedDate>2025-12-12T23:21:13.9559021+00:00</CreatedDate> <FacebookUrl>sample string 10</FacebookUrl> <GlobalId>sample string 6</GlobalId> <InstagramUrl>sample string 11</InstagramUrl> <IsPaymentCheck>true</IsPaymentCheck> <IsPaymentCreditCard>true</IsPaymentCreditCard> <IsPaymentDebitCard>true</IsPaymentDebitCard> <IsPaymentGiftCard>true</IsPaymentGiftCard> <IsProductionReady>true</IsProductionReady> <Name>sample string 2</Name> <OrganizationId>1</OrganizationId> <OrganizationTypeId>1</OrganizationTypeId> <PhotoUrl>sample string 22</PhotoUrl> <PhotoUrlM>sample string 23</PhotoUrlM> <PhotoUrlS>sample string 24</PhotoUrlS> <PhysicalAddress>sample string 12</PhysicalAddress> <PhysicalCity>sample string 13</PhysicalCity> <PhysicalEmail>sample string 17</PhysicalEmail> <PhysicalMapLat>1</PhysicalMapLat> <PhysicalMapLng>1</PhysicalMapLng> <PhysicalMapZoom>1</PhysicalMapZoom> <PhysicalPhoneNumber>sample string 16</PhysicalPhoneNumber> <PhysicalPostalCode>sample string 14</PhysicalPostalCode> <PhysicalStateCode>sample string 15</PhysicalStateCode> <StoreCategory>sample string 20</StoreCategory> <StoreCategoryId>1</StoreCategoryId> <StoreDescription>sample string 18</StoreDescription> <StoreDomainName>sample string 19</StoreDomainName> <StoreIsFeaturedProductCount>1</StoreIsFeaturedProductCount> <StoreIsHidePrice>true</StoreIsHidePrice> <StoreProductCategoryCount>1</StoreProductCategoryCount> <StoreProductCount>1</StoreProductCount> <StoreTransactionType>sample string 21</StoreTransactionType> <StoreTransactionTypeId>1</StoreTransactionTypeId> <StoreUriName>sample string 9</StoreUriName> <TimeZoneCode>sample string 7</TimeZoneCode> <TimeZoneName>sample string 8</TimeZoneName> <UpdatedBy>sample string 4</UpdatedBy> <UpdatedByName>sample string 5</UpdatedByName> <UpdatedDate>2025-12-12T23:21:13.9559021+00:00</UpdatedDate> </Store>