Focus Detail (Using Store Number)
Description
This service allows users to look up Bloomingdales' stores . It supports look up by store number or state code or gives details for all stores.
HTTP Method and Request URL
GET
http://api.bloomingdales.com/v2/store/focusdetail/[StoreNumber]
Path and Query Parameters
|
HTTP Header Parameters
|
|||
| Parameter | Description | Mandatory | Sample Value |
| Accept | Detemines output format. Can be application/json or application/xml. | Yes |
application/json application/xml |
| x-macys-webservice-client-id | Pass the api key as a header value which is called x-macys-webservice-client-id. The api key is the 24 character alphanumeric string assigned to your application when you registered it. Go to http://developer.bloomingdales.com/apps/mykeys for a list of your API keys. | Yes | xmj9js4jkdpe1983fmwu98gh |
|
Path Parameters
|
|||
| Parameter | Description | Mandatory | Sample Value |
| StoreNumber | This is the MST Stote Number ZL_STORE_NBR | Yes | v2/store/focusdetail?storeid=31 |
|
Query Parameters
|
|||
| Parameter | Description | Mandatory | Sample Value |
|
statecode |
Stores look up by state | Yes, if storenumber param not requested |
v2/store/focusdetail?statecode=CA |
| include | all stores returned | Yes, if statecode or specific store number not requested |
include=all |
| callback | If sent, the format is JSONP (JSON with Padding) with the callback returned with the JSON response. You can put anything in the callback parameter and whatever you send is returned. |
No | magicofbloomingdalesapi |
| Show | Currently show Map and events is supported only for location number for BOPS | No | show=map, events |
Sample Requests and Responses
Sample Request
Request URL:
GET
http://api.bloomingdales.com/v2/store/focusdetail/31
HTTP Headers:
x-macys-webservice-client-id: xmj9js4jkdpe1983fmwu98gh
Accept:application/json
Sample Response:
{
"store": [{
"storeId": 50014,
"divisionId": "1",
"locationNumber": 366,
"storeNumber": 31,
"name": "Stanford",
"storemap": "http://maps.googleapis.com/maps/api/staticmap?format=JPEG&zoom=14&size=400x400&sensor=false&markers=icon:http://assets.bloomingdales.com/navapp/dyn_img/site_ads/pin.png%7C37.44291,%20-122.171266&client=gme-macysinc&signature=YktGWjipMCPKdTyka5Aq7BcBXhk%3D",
"storeurl": "http://www1.bloomingdales.com/store/index.ognc?action=STORE_DETAIL&lstRegion=all&storeId=50014",
"phone": "650-463-2000",
"address": {
"line1": "1 Stanford Shopping Center",
"line2": "",
"city": "Palo Alto",
"state": "CA",
"countryCode": "USA ",
"zipCode": "94304"
},
"workingHours": [{
"date": "2014-04-07",
"storeopenhour": "10:00",
"storeclosehour": "20:00"
}, {
"date": "2014-04-08",
"storeopenhour": "10:00",
"storeclosehour": "20:00"
}, {
"date": "2014-04-09",
"storeopenhour": "10:00",
"storeclosehour": "20:00"
}, {
"date": "2014-04-10",
"storeopenhour": "10:00",
"storeclosehour": "20:00"
}, {
"date": "2014-04-11",
"storeopenhour": "10:00",
"storeclosehour": "20:00"
}, {
"date": "2014-04-12",
"storeopenhour": "10:00",
"storeclosehour": "20:00"
}, {
"date": "2014-04-13",
"storeopenhour": "12:00",
"storeclosehour": "19:00"
}, {
"date": "2014-04-14",
"storeopenhour": "10:00",
"storeclosehour": "20:00"
}, {
"date": "2014-04-15",
"storeopenhour": "10:00",
"storeclosehour": "20:00"
}, {
"date": "2014-04-16",
"storeopenhour": "10:00",
"storeclosehour": "20:00"
}, {
"date": "2014-04-17",
"storeopenhour": "10:00",
"storeclosehour": "20:00"
}, {
"date": "2014-04-18",
"storeopenhour": "10:00",
"storeclosehour": "20:00"
}, {
"date": "2014-04-19",
"storeopenhour": "10:00",
"storeclosehour": "20:00"
}],
"attributes": [{
"name": "BOPS_NPD",
"values": ["20-APR-14", "25-DEC-14", "27-NOV-14"]
}, {
"name": "BOPS_STORE_OPEN_BUFFER",
"values": ["01:00"]
}, {
"name": "BOPS_STORE_PHONE",
"values": ["6504632220"]
}, {
"name": "PORTRAIT_IMAGE",
"values": ["/dyn_img/stores/stanford.jpg"]
}, {
"name": "MANAGER_NAME",
"values": ["Dana Zeldin"]
}, {
"name": "STORE_REGION_LOCATION",
"values": ["West"]
}, {
"name": "TIMEZONE",
"values": ["PST"]
}, {
"name": "LATITUDE",
"values": ["37.44291"]
}, {
"name": "BOPS_PICKUP_INSTRUCTIONS",
"values": ["-"]
}, {
"name": "DAYLIGHT_SAVINGS_INDICATOR",
"values": ["TRUE"]
}, {
"name": "SL_BRIDAL",
"values": ["TRUE"]
}, {
"name": "STORE_TYPE_DESC",
"values": ["NOF"]
}, {
"name": "SERVICES",
"values": ["The Registry
650-463-2126
Credit Customer Service
866-593-3927"]
}, {
"name": "STORE_LISTING_ENABLED",
"values": ["FALSE"]
}, {
"name": "BOPS_PICKUP_CUTOFF",
"values": ["01:00"]
}, {
"name": "BOPS_SLA_HOURS",
"values": ["4"]
}, {
"name": "LONGITUDE",
"values": ["-122.171266"]
}, {
"name": "GMT_OFFSET",
"values": ["-8"]
}, {
"name": "BOPS_ELIGIBILITY",
"values": ["FALSE"]
}, {
"name": "HAS_EVENTS",
"values": ["TRUE"]
}]
}],
"success": true
}
Error Codes
Call Specific Error Codes:
NONE
General Error Handling Documentation:
Docs Navigation
- Overview
- Customer Services
- Loyalty Services
- customer v1 user profile services
- Common API Characteristics
- Ad Media
- Catalog and Store Services
- Order Services
- Mobile Utilities
- Promotion and Coupon Services
- Registry Services
- Store Services
- Error Handling
- Deprecated Services
- What's New
- Bloomingdale's API FAQ
- Quick Start Guide
- BOPS Stores
- user