createResource( )


Creates a resource.

The createResource() function returns a Promise that resolves to the created resource. Bookings resources are created with a schedule. The schedule determines the resource's availability by the business's default working hours.

When creating a resource using createResource(), get the business resource's schedule ID and include it in the schedules object. The default hours can bee found in the Dashboard under Settings in the Bookings section, on the Appointment hours page.

Notes:

  • The Wix Bookings app shows default business hours on the Staff page in the dashboard.
  • A resource can have one schedule only.
  • You can have up to 135 active resources and an additional 135 deleted resources.

Permission Scopes

For app development, you must have one of the following permission scopes:
Manage Bookings
Manage Bookings - all permissions
Learn more about permission scopes.
Method Declaration
Copy
Method Parameters
resourceResourceRequired

Resource to create.


optionsCreateResourceOptions

Options for assigning a schedule to a resource.

Returns
Return Type:Promise<Resource>
Was this helpful?
Yes
No