Focus Detail (Using Location Number)

GetFocusDetail (Using Location 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.

back to top

HTTP Method and Request URL

GET

http://api.bloomingdales.com/v2/store/focusdetail

back to top

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
Query Parameters
Parameter Description Mandatory Sample Value
locnbr
Yes 5045

statecode

Stores look up by state  Yes, if storenumber param not requested
 statecode=CA
include all stores returned Yes, if statecode or specific store number not requested
include=all
show Currently show map and events is supported only for location number for BOPS. You can send one or both of the values.  If you send both seperate witha comma.
No show=map,events
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 magicofmacysapi

back to top

Sample Requests and Responses

Sample Request

Request URL:

GET

http://api.bloomingdales.com/v2/store/focusdetail?locnbr=XXXXXXX&show=map

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.google.com/?q=1%20Stanford%20Shopping%20Center,%20Palo Alto,%20CA,%2094304",
        "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": "2013-07-24",
            "storeopenhour": "10:00",
            "storeclosehour": "20:00"
        }, {
            "date": "2013-07-25",
            "storeopenhour": "10:00",
            "storeclosehour": "20:00"
        }, {
            "date": "2013-07-26",
            "storeopenhour": "10:00",
            "storeclosehour": "21:00"
        }, {
            "date": "2013-07-27",
            "storeopenhour": "10:00",
            "storeclosehour": "20:00"
        }, {
            "date": "2013-07-28",
            "storeopenhour": "24:00",
            "storeclosehour": "19:00"
        }, {
            "date": "2013-07-29",
            "storeopenhour": "10:00",
            "storeclosehour": "20:00"
        }, {
            "date": "2013-07-30",
            "storeopenhour": "10:00",
            "storeclosehour": "20:00"
        }, {
            "date": "2013-07-31",
            "storeopenhour": "10:00",
            "storeclosehour": "20:00"
        }, {
            "date": "2013-08-01",
            "storeopenhour": "10:00",
            "storeclosehour": "20:00"
        }, {
            "date": "2013-08-02",
            "storeopenhour": "10:00",
            "storeclosehour": "20:00"
        }, {
            "date": "2013-08-03",
            "storeopenhour": "10:00",
            "storeclosehour": "20:00"
        }],
        "attributes": [{
            "name": "SL_BRIDAL",
            "values": ["TRUE"]
        }, {
            "name": "PORTRAIT_IMAGE",
            "values": ["/dyn_img/stores/stanford.jpg"]
        }, {
            "name": "SERVICES",
            "values": ["The Registry
650-463-2126

Credit Customer Service
866-593-3927"]
        }, {
            "name": "MANAGER_NAME",
            "values": ["Dana Zeldin"]
        }, {
            "name": "STORE_REGION_LOCATION",
            "values": ["West"]
        }, {
            "name": "STORE_LISTING_ENABLED",
            "values": ["FALSE"]
        }, {
            "name": "LONGITUDE",
            "values": ["-122.16605"]
        }, {
            "name": "LATITUDE",
            "values": ["37.397823"]
        }, {
            "name": "BOPS_ELIGIBILITY",
            "values": ["TRUE"]
        }]
    }],
    "success": true
}

 


back to top

Error Codes

Call Specific Error Codes:

NONE

General Error Handling Documentation:

Click Here

back to top

Docs Navigation