Store

Information about the store.


can_sell_over_stock

Returns true if store products can be sell over stock.

catalog_browsing_requires_account

Returns true if a customer account is required to browse the catalog. Customer cannot access other parts of the store before creating an account.

currency

Returns the current currency.

customer_accounts_enabled

Returns true if customer accounts are enabled in the store. If not, no login or register links should be displayed.

customer_accounts_optional

Returns true if customer accounts are optional. This means that customers make purchases without creating an account to the store.

customer_accounts_require_approval

Returns true if customer accounts need to be approved. After registering to the store, merchant needs to accept the account before customer can access the store.

enabled_currencies

Returns the enabled currencies.

favicon

Returns the stores favicon if it’s set.

has_password

Returns true if store has password set.

logo

Returns the stores logo if it’s set.

merchant

Returns the owner merchant account information

name

Returns the name.

payment_methods

Returns the available payment methods

policies

Returns available policies as array.

privacy_policy

Returns privacy policy with following properties:

  • title
  • body
  • url

published_locales

Returns the published locales.

refund_policy

Returns refund policy with following properties:

  • title
  • body
  • url

shipping_methods

Returns the available shipping methods

shipping_policy

Returns shipping policy with following properties:

  • title
  • body
  • url

terms_and_conditions

Returns terms and conditions with following properties:

  • title
  • body
  • url

theme

Returns information about the current theme.