> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt # UpdateAvailabilityException # Package: onlineOrders # Namespace: AvailabilityExceptionsService # Method link: https://dev.wix.com/docs/api-reference/business-solutions/restaurants/online-orders/availability-exceptions/update-availability-exception.md ## Permission Scopes: Manage Restaurants - all permissions: SCOPE.RESTAURANTS.MEGA-SCOPES ## Introduction Updates an availability exception. Each time the availability exception is updated, `revision` increments by 1. The current `revision` must be passed when updating the availability exception. This ensures you're working with the latest availability exception and prevents unintended overwrites. --- ## REST API ### Schema ``` Method: updateAvailabilityException Description: Updates an availability exception. Each time the availability exception is updated, `revision` increments by 1. The current `revision` must be passed when updating the availability exception. This ensures you're working with the latest availability exception and prevents unintended overwrites. URL: https://www.wixapis.com/v1/availability-exceptions/{availabilityException.id} Method: PATCH # Note: If the parameter `a.b` is listed under required parameters, `b` is only required if `a` is also present. Required parameters: availabilityException, availabilityException.id, availabilityException.revision Method parameters: param name: availabilityException | type: AvailabilityException | required: true - name: id | type: string | description: Availability exception GUID. | required: true - name: revision | type: string | description: Revision number, which increments by 1 each time the availability exception is updated. To prevent conflicting changes, the current revision must be specified when updating the availability exception. | required: true - name: startTime | type: string | description: The start time of the availability exception in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601#combined_date_and_time_representations) format. - name: endTime | type: string | description: The end time of the availability exception in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601#combined_date_and_time_representations) format. - name: name | type: string | description: Exception name. - name: affectedFulfillmentMethods | type: AffectedFulfillmentMethods | description: Fulfillment methods for which this exception applies. - ONE-OF: - name: specificFulfillmentMethodsOptions | type: SpecificFulfillmentMethodsImpactScope | description: Settings for specific fulfillment methods. - name: fulfillmentMethodIds | type: array | description: IDs of the fulfillment methods this exception applies to. - name: affectedMethods | type: AffectedMethods | description: The type of the fulfillment methods this exception applies to. - enum: - ALL_FULFILLMENT_METHODS: All fulfillment methods of this operation applied for this exception. - SPECIFIC_FULFILLMENT_METHODS: Specific fulfillment methods applied for this exception. - ALL_PICKUP_FULFILLMENT_METHODS: All pickup fulfillment methods applied for this exception. - ALL_DELIVERY_FULFILLMENT_METHODS: All delivery fulfillment methods applied for this exception. - name: operationId | type: string | description: GUID of the restaurant operation this exception is associated with. (See the Restaurants Operations API for more information.) - name: extendedFields | type: ExtendedFields | description: Extended fields. - name: namespaces | type: object | description: Extended field data. Each key corresponds to the namespace of the app that created the extended fields. The value of each key is structured according to the schema defined when the extended fields were configured. You can only access fields for which you have the appropriate permissions. Learn more about [extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields.md). - name: tags | type: Tags | description: Tags ([SDK](https://dev.wix.com/docs/sdk/backend-modules/tags/tags/introduction.md) | [REST](https://dev.wix.com/docs/rest/business-management/tags/introduction.md)) used to classify and sort different types of availability exceptions. - name: privateTags | type: TagList | description: Tags that require an additional permission in order to access them, normally not given to site members or visitors. - name: tagIds | type: array | description: List of tag GUIDs - name: tags | type: TagList | description: Tags that are exposed to anyone who has access to the labeled entity itself, including site members and visitors. Return type: UpdateAvailabilityExceptionResponse - name: availabilityException | type: AvailabilityException | description: Updated availability exception. - name: id | type: string | description: Availability exception GUID. - name: revision | type: string | description: Revision number, which increments by 1 each time the availability exception is updated. To prevent conflicting changes, the current revision must be specified when updating the availability exception. - name: createdDate | type: string | description: Date and time the availability exception was created in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601#combined_date_and_time_representations) format. - name: updatedDate | type: string | description: Date and time the availability exception was last updated in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601#combined_date_and_time_representations) format. - name: startTime | type: string | description: The start time of the availability exception in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601#combined_date_and_time_representations) format. - name: endTime | type: string | description: The end time of the availability exception in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601#combined_date_and_time_representations) format. - name: available | type: boolean | description: Whether the exception makes the [`start_time`, `end_time`] range available. If `true`, the exception makes the restaurant available for online ordering during the time range. If `false`, the exception makes the restaurant unavailable for ordering during the time range. Currently, only `false` is supported. - name: name | type: string | description: Exception name. - name: affectedFulfillmentMethods | type: AffectedFulfillmentMethods | description: Fulfillment methods for which this exception applies. - ONE-OF: - name: specificFulfillmentMethodsOptions | type: SpecificFulfillmentMethodsImpactScope | description: Settings for specific fulfillment methods. - name: fulfillmentMethodIds | type: array | description: IDs of the fulfillment methods this exception applies to. - name: affectedMethods | type: AffectedMethods | description: The type of the fulfillment methods this exception applies to. - enum: - ALL_FULFILLMENT_METHODS: All fulfillment methods of this operation applied for this exception. - SPECIFIC_FULFILLMENT_METHODS: Specific fulfillment methods applied for this exception. - ALL_PICKUP_FULFILLMENT_METHODS: All pickup fulfillment methods applied for this exception. - ALL_DELIVERY_FULFILLMENT_METHODS: All delivery fulfillment methods applied for this exception. - name: operationId | type: string | description: GUID of the restaurant operation this exception is associated with. (See the Restaurants Operations API for more information.) - name: extendedFields | type: ExtendedFields | description: Extended fields. - name: namespaces | type: object | description: Extended field data. Each key corresponds to the namespace of the app that created the extended fields. The value of each key is structured according to the schema defined when the extended fields were configured. You can only access fields for which you have the appropriate permissions. Learn more about [extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields.md). - name: businessLocationId | type: string | description: Business location GUID ([SDK](https://dev.wix.com/docs/sdk/backend-modules/restaurants/wix-restaurants-new/about-business-locations.md) | [REST](https://dev.wix.com/docs/rest/business-solutions/restaurants/wix-restaurants-new/about-business-locations.md)) of the operation this availability exception applies to. - name: tags | type: Tags | description: Tags ([SDK](https://dev.wix.com/docs/sdk/backend-modules/tags/tags/introduction.md) | [REST](https://dev.wix.com/docs/rest/business-management/tags/introduction.md)) used to classify and sort different types of availability exceptions. - name: privateTags | type: TagList | description: Tags that require an additional permission in order to access them, normally not given to site members or visitors. - name: tagIds | type: array | description: List of tag GUIDs - name: tags | type: TagList | description: Tags that are exposed to anyone who has access to the labeled entity itself, including site members and visitors. ``` ### Examples ### Update an availability exception ```curl curl -X PATCH https://www.wixapis.com/restaurants-availability-exceptions/v1/availability-exceptions/48605ac5-53fc-49b4-96b2-87f7636f5ce0 \ -H 'Content-Type: application/json;charset=UTF-8' \ -H 'Authorization: ' \ --data-raw '{ "availabilityException": { "revision": "1", "startTime": "2024-07-08T21:00:00.587Z", "endTime": "2024-07-09T20:59:59.587Z", "available": false, "name": "Passover", "affectedFulfillmentMethods": { "affectedMethods": "ALL_FULFILLMENT_METHODS" }, "operationId": "48605ac5-53fc-49b4-96b2-87f7636f5ce0", } }' ``` --- ## JavaScript SDK ### Schema ``` Method: wixClientAdmin.onlineOrders.AvailabilityExceptionsService.updateAvailabilityException(_id, availabilityException) Description: Updates an availability exception. Each time the availability exception is updated, `revision` increments by 1. The current `revision` must be passed when updating the availability exception. This ensures you're working with the latest availability exception and prevents unintended overwrites. # Note: If the parameter `a.b` is listed under required parameters, `b` is only required if `a` is also present. Required parameters: availabilityException, _id, availabilityException.revision Method parameters: param name: _id | type: string | description: Availability exception GUID. | required: true param name: availabilityException | type: UpdateAvailabilityException | required: true - name: revision | type: string | description: Revision number, which increments by 1 each time the availability exception is updated. To prevent conflicting changes, the current revision must be specified when updating the availability exception. | required: true - name: startTime | type: Date | description: The start time of the availability exception in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601#combined_date_and_time_representations) format. - name: endTime | type: Date | description: The end time of the availability exception in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601#combined_date_and_time_representations) format. - name: name | type: string | description: Exception name. - name: affectedFulfillmentMethods | type: AffectedFulfillmentMethods | description: Fulfillment methods for which this exception applies. - ONE-OF: - name: specificFulfillmentMethodsOptions | type: SpecificFulfillmentMethodsImpactScope | description: Settings for specific fulfillment methods. - name: fulfillmentMethodIds | type: array | description: IDs of the fulfillment methods this exception applies to. - name: affectedMethods | type: AffectedMethods | description: The type of the fulfillment methods this exception applies to. - enum: - ALL_FULFILLMENT_METHODS: All fulfillment methods of this operation applied for this exception. - SPECIFIC_FULFILLMENT_METHODS: Specific fulfillment methods applied for this exception. - ALL_PICKUP_FULFILLMENT_METHODS: All pickup fulfillment methods applied for this exception. - ALL_DELIVERY_FULFILLMENT_METHODS: All delivery fulfillment methods applied for this exception. - name: operationId | type: string | description: GUID of the restaurant operation this exception is associated with. (See the Restaurants Operations API for more information.) - name: extendedFields | type: ExtendedFields | description: Extended fields. - name: namespaces | type: object | description: Extended field data. Each key corresponds to the namespace of the app that created the extended fields. The value of each key is structured according to the schema defined when the extended fields were configured. You can only access fields for which you have the appropriate permissions. Learn more about [extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields.md). - name: tags | type: Tags | description: Tags ([SDK](https://dev.wix.com/docs/sdk/backend-modules/tags/tags/introduction.md) | [REST](https://dev.wix.com/docs/rest/business-management/tags/introduction.md)) used to classify and sort different types of availability exceptions. - name: privateTags | type: TagList | description: Tags that require an additional permission in order to access them, normally not given to site members or visitors. - name: tagIds | type: array | description: List of tag GUIDs - name: tags | type: TagList | description: Tags that are exposed to anyone who has access to the labeled entity itself, including site members and visitors. Return type: PROMISE - name: _id | type: string | description: Availability exception GUID. - name: revision | type: string | description: Revision number, which increments by 1 each time the availability exception is updated. To prevent conflicting changes, the current revision must be specified when updating the availability exception. - name: _createdDate | type: Date | description: Date and time the availability exception was created in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601#combined_date_and_time_representations) format. - name: _updatedDate | type: Date | description: Date and time the availability exception was last updated in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601#combined_date_and_time_representations) format. - name: startTime | type: Date | description: The start time of the availability exception in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601#combined_date_and_time_representations) format. - name: endTime | type: Date | description: The end time of the availability exception in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601#combined_date_and_time_representations) format. - name: available | type: boolean | description: Whether the exception makes the [`start_time`, `end_time`] range available. If `true`, the exception makes the restaurant available for online ordering during the time range. If `false`, the exception makes the restaurant unavailable for ordering during the time range. Currently, only `false` is supported. - name: name | type: string | description: Exception name. - name: affectedFulfillmentMethods | type: AffectedFulfillmentMethods | description: Fulfillment methods for which this exception applies. - ONE-OF: - name: specificFulfillmentMethodsOptions | type: SpecificFulfillmentMethodsImpactScope | description: Settings for specific fulfillment methods. - name: fulfillmentMethodIds | type: array | description: IDs of the fulfillment methods this exception applies to. - name: affectedMethods | type: AffectedMethods | description: The type of the fulfillment methods this exception applies to. - enum: - ALL_FULFILLMENT_METHODS: All fulfillment methods of this operation applied for this exception. - SPECIFIC_FULFILLMENT_METHODS: Specific fulfillment methods applied for this exception. - ALL_PICKUP_FULFILLMENT_METHODS: All pickup fulfillment methods applied for this exception. - ALL_DELIVERY_FULFILLMENT_METHODS: All delivery fulfillment methods applied for this exception. - name: operationId | type: string | description: GUID of the restaurant operation this exception is associated with. (See the Restaurants Operations API for more information.) - name: extendedFields | type: ExtendedFields | description: Extended fields. - name: namespaces | type: object | description: Extended field data. Each key corresponds to the namespace of the app that created the extended fields. The value of each key is structured according to the schema defined when the extended fields were configured. You can only access fields for which you have the appropriate permissions. Learn more about [extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields.md). - name: businessLocationId | type: string | description: Business location GUID ([SDK](https://dev.wix.com/docs/sdk/backend-modules/restaurants/wix-restaurants-new/about-business-locations.md) | [REST](https://dev.wix.com/docs/rest/business-solutions/restaurants/wix-restaurants-new/about-business-locations.md)) of the operation this availability exception applies to. - name: tags | type: Tags | description: Tags ([SDK](https://dev.wix.com/docs/sdk/backend-modules/tags/tags/introduction.md) | [REST](https://dev.wix.com/docs/rest/business-management/tags/introduction.md)) used to classify and sort different types of availability exceptions. - name: privateTags | type: TagList | description: Tags that require an additional permission in order to access them, normally not given to site members or visitors. - name: tagIds | type: array | description: List of tag GUIDs - name: tags | type: TagList | description: Tags that are exposed to anyone who has access to the labeled entity itself, including site members and visitors. ``` ### Examples ### updateAvailabilityException ```javascript import { availabilityExceptions } from '@wix/restaurants'; async function updateAvailabilityException(_id,availabilityException) { const response = await availabilityExceptions.updateAvailabilityException(_id,availabilityException); }; ``` ### updateAvailabilityException (with elevated permissions) ```javascript import { availabilityExceptions } from '@wix/restaurants'; import { auth } from '@wix/essentials'; async function myUpdateAvailabilityExceptionMethod(_id,availabilityException) { const elevatedUpdateAvailabilityException = auth.elevate(availabilityExceptions.updateAvailabilityException); const response = await elevatedUpdateAvailabilityException(_id,availabilityException); } ``` ### updateAvailabilityException (self-hosted) Self-hosted SDK calls require you to [create a client](https://dev.wix.com/docs/sdk/articles/work-with-the-sdk/about-the-wix-client.md). ```javascript import { createClient } from '@wix/sdk'; import { availabilityExceptions } from '@wix/restaurants'; // Import the auth strategy for the relevant access type // Import the relevant host module if needed const myWixClient = createClient ({ modules: { availabilityExceptions }, // Include the auth strategy and host as relevant }); async function updateAvailabilityException(_id,availabilityException) { const response = await myWixClient.availabilityExceptions.updateAvailabilityException(_id,availabilityException); }; ``` ---