api/v1/customer/stores/{id}/get

GET

/api/v1/customer/stores/{id}/get

This API method will get the details of any active loyalty store in the system.

Sample Request body

Nothing required

Sample Response

{
    "status": true,
    "item": {
        "id": "l6yYk1WOeo7e2b78dD4j",
        "company": "SC Choice Management",
        "slug": "sc-choice-management",
        "sc_company": null,
        "phone": "(607) 777-6666",
        "address": "195 Lake Louise Marie Road",
        "city": "Rock Hill",
        "state": "NY",
        "zip": "12775",
        "created_at": "2015-05-15 08:44:07",
        "updated_at": "2017-12-15 02:47:43",
        "loyalty_options": {
            "id": "LZWBJx0PmYkEwjGdr2vO",
            "chain_display_name": "Smokers Choice",
            "description": "Tobacco shop serving Pennsylvania and New York",
            "point_conversion": 1000,
            "team_breakdown": {
                "level_1": "35",
                "level_2": "34",
                "level_3": "35",
                "level_4": "33",
                "level_5": "33"
            },
            "chain_active": 1,
            "selected_proof_165_id": null,
            "selected_proof_323_id": null,
            "selected_proof_258_id": null,
            "selected_proof_212_id": null,
            "sign_up_bonus_points": "0.00",
            "referral_bonus_points": "0.00",
          	"interest_bonus": "100",
            "inactivity_months": 0,
            "participate_in_offer": 0,
            "default_cash_tender_multiplier": "1.00",
            "default_non_cash_tender_multiplier": "1.00",
            "default_allow_cash_tender": 0,
            "default_allow_non_cash_tender": 0,
            "campaign_for_points_redemption": "Redemption",
            "chain_logo": "http://controlcenter.local/stores/l6yYk1WOeo7e2b78dD4j/chain-logo",
          	"chain_background": "#00e35a",
            "campaign_require_register": 1,
            "early_registration_time": "0m",
            "shipping_contact_name": "asdasd",
            "shipping_address_line_1": "jhjhjhjh",
            "shipping_address_line_2": "",
            "shipping_city": "sdasd",
            "shipping_state": "AZ",
            "shipping_zip": 12345,
            "term_contents": "",
            "created_at": "2017-01-09 13:18:49",
            "updated_at": "2018-11-26 11:56:28"
        },
        "disable_notifications": 0,
        "show_store_updates": 1,
        "allow_see_store": 1,
        "show_receipts": 0,
        "campaigns_total": 0,
        "campaigns_registered": 0,
        "balance": "470.00",
        "registered": true,
        "referral_code": "eYuou12"  
    }
}
{
  "status": false,
  "errorCode": "CHAIN_NOT_ACTIVE",
  "message": "This chain is not currently active in the system"
}