getBusinessSchedule( )


Gets the business hours of the site's business.

The getBusinessSchedule() function returns a Promise that resolves to the site's corresponding business hours information.

The retrieved schedule is the schedule that has been entered in the General Info section of your site's Dashboard.

Method Declaration
Copy
Request
This method does not take any parameters
Returns
Return Type:Promise<GeneralInfoSchedule>
Was this helpful?
Yes
No