Application Config
Returns shop configuration.

Resource structure
{
shop_url: string,
technical_url: string,
shop_name: string,
shop_email: string,
shop_company_name: string,
shop_phone: string,
shop_tax_id: string,
shop_address_1: string,
shop_address_2: string,
shop_city: string,
shop_zip_code: string,
shop_province: string,
shop_country: string,
shop_trade: string,
shop_trade_code: string,
shop_regon: string,
shop_off: boolean,
shop_full_address: string,
product_defaults_tax_id: integer,
product_defaults_code: integer,
product_defaults_stock: integer,
product_defaults_warn_level: integer,
product_defaults_order: integer,
product_defaults_active: boolean,
product_defaults_weight: float,
product_defaults_unit_id: integer,
product_defaults_bundle_unit_id: integer,
product_defaults_availability_id: null|integer,
product_defaults_delivery_id: null|integer,
shopping_allow_product_different_currency: boolean,
shopping_price_levels: integer,
shopping_save_basket: boolean,
shopping_basket_adding: integer,
shopping_allow_to_buy_not_reg: boolean,
shopping_order_order_via_token: boolean,
shopping_confirm_order: boolean,
shopping_min_prod_quantity: float,
shopping_min_order_value: float,
shopping_off: boolean,
shopping_products_allow_zero: boolean,
shopping_allow_overselling: boolean,
shopping_parcel_create_status_id: null|integer,
shopping_parcel_send_status_id: null|integer,
shopping_change_status_payment_made_id: null|integer,
shopping_change_status_refund_made_id: null|integer,
shopping_shipping_extra_step: integer,
shopping_newproducts_mode: integer,
shopping_newproducts_days: integer,
shopping_bestseller_mode: integer,
shopping_bestseller_days: integer,
shopping_bestseller_algorithm: integer,
shopping_price_comparison_field: string,
shopping_promo_codes_enable: boolean,
shopping_vat_eu_enable: boolean,
product_notifies_enable: boolean,
registration_enable: boolean,
registration_confirm: boolean,
registration_login_to_see_price: boolean,
registration_new_cust_discount: float,
registration_require_address: integer,
shipping_add_payment_cost_to_free_shipping: boolean,
shipping_volumetric_weight_enable: boolean,
product_search_type: integer,
product_search_all_tokens: boolean,
product_search_code: boolean,
product_search_short_description: boolean,
product_search_description: boolean,
digital_product_unlocking_status_id: null|integer,
digital_product_link_expiration_time: integer,
digital_product_number_of_downloads: integer,
comment_enable: boolean,
comment_for_users: boolean,
comment_moderation: boolean,
loyalty_enable: boolean,
blog_items_per_page: integer,
blog_comments_enable: boolean,
blog_comments_for_users: boolean,
blog_comments_moderation: boolean,
blog_download_enable: boolean,
blog_download_for_users: boolean,
blog_news_default_url_format: integer,
blog_category_default_url_format: integer,
blog_use_new_url_namespace: integer,
locale_timezone: string,
locale_default_weight: string,
default_language_name: string,
default_language_id: integer,
default_currency_name: string,
default_currency_id: integer,
warehouses_enabled: boolean,
storefront_enabled: boolean
}
Parameter	Type	Description
shop_url	string	shop URL
technical_url	string	technical URL
shop_name	string	full shop name
shop_email	string	shop main e-mail address
shop_company_name	string	company name
shop_phone	string	shop phone number
shop_tax_id	string	tax identifier
shop_address_1	string	shop address line 1
shop_address_2	string	shop address line 2
shop_city	string	shop city
shop_zip_code	string	shop post code
shop_province	string	province
shop_country	string	country code
shop_trade	string	trade
shop_trade_code	string	trade code
shop_regon	string	company identifier number
shop_off	boolean	is shop disabled
shop_full_address	string	shop full address
product_defaults_tax_id	integer	default tax value identifier
product_defaults_code	integer	default product code generating method:
1 - no method,
2 - increasing ID,
3 - random
product_defaults_stock	integer	default stock value
product_defaults_warn_level	integer	default stock value warning level
product_defaults_order	integer	default ordering factor value
product_defaults_active	boolean	is product active by default
product_defaults_weight	float	default product weight
product_defaults_unit_id	integer	default measurement unit identifier
product_defaults_bundle_unit_id	integer	default measurement unit identifier
product_defaults_availability_id	null|integer	default availability identifier
product_defaults_delivery_id	null|integer	default product delivery identifier
shopping_allow_product_different_currency	boolean	allow to set currency per product
shopping_price_levels	integer	defined price levels (1-3)
shopping_save_basket	boolean	update stock values on buy
shopping_basket_adding	integer	action performed upon product adding:
1 - refresh page and do not redirect to the basket,
2 - refresh page and perform redirection to the basket,
3 - do not refresh page, show confirmation message
shopping_allow_to_buy_not_reg	boolean	allow buying without registration
shopping_order_order_via_token	boolean	allow order sharing via link
shopping_confirm_order	boolean	require order confirmation
shopping_min_prod_quantity	float	minimal product quantity
shopping_min_order_value	float	minimal order value
shopping_off	boolean	is shopping disabled
shopping_products_allow_zero	boolean	allow to buy zero-priced products
shopping_allow_overselling	boolean	allow to sell more products than stock value
shopping_parcel_create_status_id	null|integer	order status after parcel is created
shopping_parcel_send_status_id	null|integer	order status after parcel is sent
shopping_change_status_payment_made_id	null|integer	order status after receiving payment
shopping_change_status_refund_made_id	null|integer	order status after refund has been made
shopping_shipping_extra_step	integer	show shipping and payment:
0 - show in basket,
1 - show as separated step
shopping_newproducts_mode	integer	products marking as "new" mode:
0 - manual,
1 - automatic, based on product creation date
shopping_newproducts_days	integer	if shopping_newproducts_mode is 1 - number of days after product creation it will be marked as "new"
shopping_bestseller_mode	integer	marking as "bestseller" mode:
0 - manual,
1 - automatic, based on users orders count
shopping_bestseller_days	integer	only if shopping_bestseller_mode is 1 - amount of days for product is marked as bestseller. Choose from following values:
7 - last 7 days,
30 - last 30 days,
90 - last 90 days,
0 - lifetime
shopping_bestseller_algorithm	integer	bestseller calculation algorithm:
1 - most orders count,
2 - most orders amount
shopping_price_comparison_field	string	for price comparison website: comparison field
code - product code,
additional_isbn - ISBN code,
additional_kgo - KGO price,
additional_bloz7 - BLOZ7 code,
additional_bloz12 - BLOZ12 code
shopping_promo_codes_enable	boolean	is promotion codes support enabled?
shopping_vat_eu_enable	boolean	is VAT EU enabled?
product_notifies_enable	boolean	notify on product availabilities
registration_enable	boolean	enable user registration
registration_confirm	boolean	require registration confirmation
registration_login_to_see_price	boolean	show price only for signed in users
registration_new_cust_discount	float	one-time discount for new customers
registration_require_address	integer	new user address requirements:
0 - only email address and password,
1 - full address details
shipping_add_payment_cost_to_free_shipping	boolean	force payment price addition even if free shipping is present
shipping_volumetric_weight_enable	boolean	enable volumetric weight
product_search_type	integer	product search mode:
1 - only in product name,
2 - in product name and other details
product_search_all_tokens	boolean	only if product_search_type is 1 - require exact phrase
product_search_code	boolean	only if product_search_type is 2 - include product code
product_search_short_description	boolean	only if product_search_type is 1 - include product short description
product_search_description	boolean	only if product_search_type is 1 - include product description
digital_product_unlocking_status_id	null|integer	status identifier which sends email with files for digital products
digital_product_link_expiration_time	integer	product link expiration time (days)
digital_product_number_of_downloads	integer	maximum downloads number of file per user
comment_enable	boolean	enable products comments
comment_for_users	boolean	only registered users are allowed to post comments
comment_moderation	boolean	is comments moderation enabled
loyalty_enable	boolean	is loyalty program enabled
blog_items_per_page	integer	blog items per page count
blog_comments_enable	boolean	enable blog comments
blog_comments_for_users	boolean	only registered users are allowed to post blog_comments
blog_comments_moderation	boolean	is blog comments moderation enabled
blog_download_enable	boolean	allow to download blog attached files
blog_download_for_users	boolean	allow to download blog attached files only for registered users
blog_news_default_url_format	integer	default URL schema for blog:
1 - /:lang/(n|blog)/:newsId
2 - /:lang/(n|blog)/:newsName/:newsId
3 - /:lang/(n|blog)/:newsYear/:newsName/:newsId
4 - /:lang/(n|blog)/:newsYear/:newsMonth/:newsName/:newsId
5 - /:lang/(n|blog)/:newsYear/:newsMonth/:newsDay/:newsName/:newsId
blog_category_default_url_format	integer	default blog category URL format
1 - /:lang/(n|blog)/category/:categoryId
2 - /:lang/(n|blog)/category/:categoryName/:categoryId
blog_use_new_url_namespace	integer	use new blog URL namespace:
0 - /:lang/n/*
1 - /:lang/blog/*
locale_timezone	string	shop timezone (eg. "Europe/Warsaw")
locale_default_weight	string	products weight unit used in shop:
KILOGRAM
GRAM
LBS
default_language_name	string	shop default language - language_REGION format (eg. "pl_PL")
default_language_id	integer	shop default language identifier
default_currency_name	string	default currency name - ISO 4217 (eg. "PLN")
default_currency_id	integer	default currency identifier
warehouses_enabled	boolean	is warehouses enabled?
storefront_enabled	boolean	is storefront enabled?
Method list