ClassesBigCommerceMerchantSetup Status

Setup_Status

Class Setup_Status

Gets information about the current setup state of the BigCommerce store

  • Full name: \BigCommerce\Merchant\Setup_Status

Constants

ConstantVisibilityTypeValue
STATUS_CACHEpublic’bigcommerce_store_setup_status’
STATUS_CACHE_TTLpublic’600’

Methods

__construct

public __construct(\BigCommerce\Api_Factory $factory): mixed

Parameters:

ParameterTypeDescription
$factory\BigCommerce\Api_Factory

get_current_status

Get the current status of the store. Results are cached in a transient for up to 10 minutes.

public get_current_status(): array

refresh_status

Refresh the status cache with new data

public refresh_status(): array

is_ssl

Indicates whether the WordPress site is using SSL and sitewide https is enabled in the store.

public is_ssl(): bool

get_product_configuration_url

public get_product_configuration_url(): mixed

get_shipping_configuration_url

public get_shipping_configuration_url(): mixed

get_tax_configuration_url

public get_tax_configuration_url(): mixed

get_payment_configuration_url

public get_payment_configuration_url(): mixed

get_checkout_setup_documentation_url

public get_checkout_setup_documentation_url(): mixed

get_required_steps

public get_required_steps(): mixed

get_optional_steps

public get_optional_steps(): mixed

new_account

public new_account(): mixed


Automatically generated on 2025-01-21