Bootstrap
Storefront bootstrap endpoint
Endpoints
A detailed bootstrap info.
ReturnsBootstrap
Bootstrap object response
Error responses
401objectUnauthorized
curl https://api.subbly.co/storefront/v1/bootstrap \
-H 'X-API-KEY: <api-key>'Response
{
"shop_id": 1,
"name": "Shop",
"slug": "shop",
"status": true,
"languages": [
{
"name": "English",
"code": "en",
"dictionary": {
"common.month": "Month",
"survey.selected": "Done"
},
"currency_position": 0,
"primary": false,
"published": true
}
],
"currencies": [
{
"name": "US Dollars",
"symbol": "$",
"html": "$",
"abbreviation": "USD",
"gateways": [
{}
]
}
],
"country": {
"id": 1,
"name": "United States",
"code": "US",
"currency_code": "USD"
},
"settings": {
"timezone": "Pacific/Kiritimati",
"out_of_stock_enabled": false,
"display_commitment_and_trial": true,
"limit_coupon_and_referral_discount": true,
"subscription_addons": false,
"gift_duration_enabled": true,
"gift_start_date_enabled": true,
"subscription_start_date_enabled": false,
"collect_billing_address": true,
"register_without_password": true,
"tos_consent_required": true,
"marketing_consent_required": true,
"tax_enabled": true,
"tax_inclusive": true,
"zero_charge_notification": true,
"local_pickup_only": false,
"facebook_conversion_enabled": false,
"tiktok_conversion_enabled": false,
"sca_enabled": false,
"apple_pay": false,
"google_pay": false,
"last_payment_method_detachment_enabled": false,
"phone_number_optional": false,
"collect_company_name": false,
"allow_coupon_discount": true,
"allow_gift_card_discount": true,
"allow_checkout_discounts": true,
"weight_unit": "kg",
"dimension_unit": "cm",
"group_product_variants": false,
"sync_orders_preferences_on_subscription_update": false,
"display_business_address": false,
"cancellation_type": "immediate"
},
"cart_settings": {
"accent_color": "#000000",
"background_color": "#000000",
"widget_view": "pop-up",
"card_style": 0,
"button_style": 0,
"header_height": 50,
"font_style": "Source Sans Pro",
"card_background_color": "#000000",
"card_border_color": "#000000",
"header_background_color": "#000000",
"header_font_color": "#000000",
"widget_background_color": "#000000",
"item_added_screen": true,
"card_divider_color": "#000000",
"font_color_primary": "#000000",
"font_color_secondary": "#000000",
"product_card_background_color": "#000000",
"footer_background": "#000000",
"footer_font_color": "#000000",
"widget_background_darker": "#000000",
"input_background": "#000000",
"input_border_color": "#000000",
"segment_control_background": "#000000",
"input_font_color": "#000000",
"hide_product_images": true,
"hide_pricing_price": true,
"localization_settings": true,
"existing_subscriptions_notice": true,
"remove_trailing_zeroes": false,
"hide_coupon_from_cart_summary": false,
"logo_url": "logo_url",
"address_street_number_rule": "require"
},
"url": "https://subbly.test",
"checkout_url": "https://subbly.test",
"branding": {
"brand_colour": "#6600ff",
"favicon": "https://cdn.filestackcontent.com/DWUN4RaQA2RY0",
"logo_square": "https://cdn.filestackcontent.com/4lDUpkbbNttk"
},
"shipping_countries": [
{
"id": 1,
"name": "United States",
"code": "US",
"code_iso": "USA",
"region_title": "State",
"sca_required": false,
"regions": [
{}
]
}
],
"support_email": "test@test.com",
"support_url": "https://subbly.test",
"terms_and_conditions": "https://subbly.test",
"referral_settings": {
"enabled": true,
"referee_discount": 1000,
"referral_discount": 1000
},
"apps": [
{}
],
"limits": {
"out_of_stock": true,
"white_labeling": false,
"checkout_widget": false,
"embed_checkout": false,
"configurable_bundle": false
},
"conversion_tracking_code": "conversion_tracking_code",
"checkout_js": "checkout_js",
"livemode": false
}