@wix/auto_sdk_bookings_services 1.0.4 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/cjs/src/bookings-services-v2-service-services.http.d.ts +22 -22
- package/build/cjs/src/bookings-services-v2-service-services.http.js +22 -22
- package/build/cjs/src/bookings-services-v2-service-services.public.d.ts +23 -23
- package/build/cjs/src/bookings-services-v2-service-services.types.d.ts +13 -13
- package/build/cjs/src/bookings-services-v2-service-services.types.js +2 -2
- package/build/cjs/src/bookings-services-v2-service-services.universal.d.ts +40 -40
- package/build/cjs/src/bookings-services-v2-service-services.universal.js +25 -25
- package/build/es/src/bookings-services-v2-service-services.http.d.ts +22 -22
- package/build/es/src/bookings-services-v2-service-services.http.js +22 -22
- package/build/es/src/bookings-services-v2-service-services.public.d.ts +23 -23
- package/build/es/src/bookings-services-v2-service-services.types.d.ts +13 -13
- package/build/es/src/bookings-services-v2-service-services.types.js +2 -2
- package/build/es/src/bookings-services-v2-service-services.universal.d.ts +40 -40
- package/build/es/src/bookings-services-v2-service-services.universal.js +25 -25
- package/build/internal/cjs/src/bookings-services-v2-service-services.http.d.ts +22 -22
- package/build/internal/cjs/src/bookings-services-v2-service-services.http.js +22 -22
- package/build/internal/cjs/src/bookings-services-v2-service-services.public.d.ts +23 -23
- package/build/internal/cjs/src/bookings-services-v2-service-services.types.d.ts +13 -13
- package/build/internal/cjs/src/bookings-services-v2-service-services.types.js +2 -2
- package/build/internal/cjs/src/bookings-services-v2-service-services.universal.d.ts +40 -40
- package/build/internal/cjs/src/bookings-services-v2-service-services.universal.js +25 -25
- package/build/internal/es/src/bookings-services-v2-service-services.http.d.ts +22 -22
- package/build/internal/es/src/bookings-services-v2-service-services.http.js +22 -22
- package/build/internal/es/src/bookings-services-v2-service-services.public.d.ts +23 -23
- package/build/internal/es/src/bookings-services-v2-service-services.types.d.ts +13 -13
- package/build/internal/es/src/bookings-services-v2-service-services.types.js +2 -2
- package/build/internal/es/src/bookings-services-v2-service-services.universal.d.ts +40 -40
- package/build/internal/es/src/bookings-services-v2-service-services.universal.js +25 -25
- package/package.json +2 -2
|
@@ -38,7 +38,7 @@ import { RequestOptionsFactory } from '@wix/sdk-types';
|
|
|
38
38
|
* - Specify all supported session durations in `schedule.availabilityConstraints.sessionDurations`.
|
|
39
39
|
* - Note that Wix Bookings doesn't display these values to customers and
|
|
40
40
|
* ignores them in pricing and availability calculations. Instead session
|
|
41
|
-
* durations are retrieved from the relevant service variants
|
|
41
|
+
* durations are retrieved from the relevant service *variants*
|
|
42
42
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-options-and-variants/introduction) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/service-options-and-variants/introduction)).
|
|
43
43
|
* - It is mandatory to specify `schedule.availabilityConstraints.sessionDurations`,
|
|
44
44
|
* even though these values are ignored.
|
|
@@ -60,7 +60,7 @@ export declare function getService(payload: object): RequestOptionsFactory<any>;
|
|
|
60
60
|
* Specify `schedule.availabilityConstraints.sessionDurations`
|
|
61
61
|
* only if you want to update it for appointment-based services without varied
|
|
62
62
|
* pricing based on session length. Don't specify `schedule.availabilityConstraints.sessionDurations`
|
|
63
|
-
* for all other appointment-based services, classes, or courses. See Create Service
|
|
63
|
+
* for all other appointment-based services, classes, or courses. See *Create Service*
|
|
64
64
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/services/create-service#session-durations) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/create-service#session-durations))
|
|
65
65
|
* for more details.
|
|
66
66
|
*/
|
|
@@ -69,7 +69,7 @@ export declare function updateService(payload: object): RequestOptionsFactory<an
|
|
|
69
69
|
* Updates up to 100 services.
|
|
70
70
|
*
|
|
71
71
|
*
|
|
72
|
-
* See Update Service
|
|
72
|
+
* See *Update Service*
|
|
73
73
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/services/update-service) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/update-service))
|
|
74
74
|
* for more details.
|
|
75
75
|
*
|
|
@@ -85,7 +85,7 @@ export declare function bulkUpdateServices(payload: object): RequestOptionsFacto
|
|
|
85
85
|
* ([REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/filtering-and-sorting#filtering))
|
|
86
86
|
* for more details.
|
|
87
87
|
*
|
|
88
|
-
* See Update Service
|
|
88
|
+
* See *Update Service*
|
|
89
89
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/services/update-service) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/update-service))
|
|
90
90
|
* for more details about updating a service.
|
|
91
91
|
*
|
|
@@ -105,7 +105,7 @@ export declare function deleteService(payload: object): RequestOptionsFactory<an
|
|
|
105
105
|
* Deletes multiple services.
|
|
106
106
|
*
|
|
107
107
|
*
|
|
108
|
-
* See Delete Service
|
|
108
|
+
* See *Delete Service*
|
|
109
109
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/services/delete-service) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/delete-service))
|
|
110
110
|
* for more details about deleting a service.
|
|
111
111
|
*
|
|
@@ -117,7 +117,7 @@ export declare function bulkDeleteServices(payload: object): RequestOptionsFacto
|
|
|
117
117
|
* Deletes multiple services by filter.
|
|
118
118
|
*
|
|
119
119
|
*
|
|
120
|
-
* See Delete Service
|
|
120
|
+
* See *Delete Service*
|
|
121
121
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/services/delete-service) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/delete-service))
|
|
122
122
|
* for more details about deleting a service.
|
|
123
123
|
*
|
|
@@ -168,14 +168,14 @@ export declare function queryServices(payload: object): RequestOptionsFactory<an
|
|
|
168
168
|
* ## See also
|
|
169
169
|
*
|
|
170
170
|
* To learn about working with *Search* methods, see
|
|
171
|
-
*
|
|
171
|
+
* _API Query Language_
|
|
172
172
|
* ([SDK](https://dev.wix.com/docs/sdk/articles/work-with-the-sdk/api-query-language) | [REST](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language))
|
|
173
|
-
* and Sorting and Paging
|
|
173
|
+
* and *Sorting and Paging*
|
|
174
174
|
* ([SDK](https://dev.wix.com/docs/sdk/articles/work-with-the-sdk/api-query-language#the-sort-array) | [REST](https://dev.wix.com/docs/rest/articles/getting-started/sorting-and-paging)).
|
|
175
175
|
*/
|
|
176
176
|
export declare function searchServices(payload: object): RequestOptionsFactory<any>;
|
|
177
177
|
/**
|
|
178
|
-
* Retrieves a list of up to 100 booking policies
|
|
178
|
+
* Retrieves a list of up to 100 *booking policies*
|
|
179
179
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/booking-policies/introduction) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/policies/booking-policies/introduction)),
|
|
180
180
|
* and information about the services that are connected to them,
|
|
181
181
|
* given the provided filtering, paging, and sorting.
|
|
@@ -199,7 +199,7 @@ export declare function searchServices(payload: object): RequestOptionsFactory<a
|
|
|
199
199
|
*
|
|
200
200
|
* If a booking policy is connected to more than 5 services, only a subset of
|
|
201
201
|
* those services is returned. The `bookingPolicies.totalServiceCount` values
|
|
202
|
-
* indicate the total number of services linked to each policy. You can call Search Services
|
|
202
|
+
* indicate the total number of services linked to each policy. You can call *Search Services*
|
|
203
203
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/services/search-services) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/search-services))
|
|
204
204
|
* and specify the relevant policy ID in the filter to retrieve all services
|
|
205
205
|
* connected to the booking policy.
|
|
@@ -212,7 +212,7 @@ export declare function searchServices(payload: object): RequestOptionsFactory<a
|
|
|
212
212
|
*/
|
|
213
213
|
export declare function queryPolicies(payload: object): RequestOptionsFactory<any>;
|
|
214
214
|
/**
|
|
215
|
-
* Retrieves a list of up to 100 booking forms
|
|
215
|
+
* Retrieves a list of up to 100 *booking forms*
|
|
216
216
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/forms/forms/introduction) | [REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction)),
|
|
217
217
|
* and information about the services that are connected to them,
|
|
218
218
|
* given the provided filtering, paging, and sorting.
|
|
@@ -237,7 +237,7 @@ export declare function queryPolicies(payload: object): RequestOptionsFactory<an
|
|
|
237
237
|
*
|
|
238
238
|
* If a booking policy is connected to more than 5 services, only a subset of
|
|
239
239
|
* these service IDs and names is returned. The `bookingForms.totalServiceCount`
|
|
240
|
-
* values indicate the total number of services linked to each form. You can call Query Services
|
|
240
|
+
* values indicate the total number of services linked to each form. You can call *Query Services*
|
|
241
241
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/services/query-services) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/query-services))
|
|
242
242
|
* and specify the relevant form ID in the filter to retrieve all services
|
|
243
243
|
* connected to the booking form.
|
|
@@ -268,7 +268,7 @@ export declare function queryBookingForms(payload: object): RequestOptionsFactor
|
|
|
268
268
|
*/
|
|
269
269
|
export declare function countServices(payload: object): RequestOptionsFactory<any>;
|
|
270
270
|
/**
|
|
271
|
-
* Retrieves 3 separate lists of business, custom, and customer locations
|
|
271
|
+
* Retrieves 3 separate lists of business, custom, and customer *locations*
|
|
272
272
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/business-tools/locations/introduction) | [REST](https://dev.wix.com/docs/rest/business-management/locations/introduction)),
|
|
273
273
|
* given the provided filtering, and whether each location is connected to at
|
|
274
274
|
* least one of the site's services.
|
|
@@ -295,7 +295,7 @@ export declare function countServices(payload: object): RequestOptionsFactory<an
|
|
|
295
295
|
*/
|
|
296
296
|
export declare function queryLocations(payload: object): RequestOptionsFactory<any>;
|
|
297
297
|
/**
|
|
298
|
-
* Retrieves a list of service categories
|
|
298
|
+
* Retrieves a list of service *categories*
|
|
299
299
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v2/introduction)),
|
|
300
300
|
* given the provided filtering.
|
|
301
301
|
*
|
|
@@ -321,7 +321,7 @@ export declare function queryLocations(payload: object): RequestOptionsFactory<a
|
|
|
321
321
|
*/
|
|
322
322
|
export declare function queryCategories(payload: object): RequestOptionsFactory<any>;
|
|
323
323
|
/**
|
|
324
|
-
* Replaces the list of the locations
|
|
324
|
+
* Replaces the list of the *locations*
|
|
325
325
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/business-tools/locations/introduction) | [REST](https://dev.wix.com/docs/rest/business-management/locations/introduction))
|
|
326
326
|
* where the business offers the service.
|
|
327
327
|
*
|
|
@@ -357,7 +357,7 @@ export declare function queryCategories(payload: object): RequestOptionsFactory<
|
|
|
357
357
|
* Depending on whether the new or updated location is a business or custom location,
|
|
358
358
|
* you need to specify different fields.
|
|
359
359
|
*
|
|
360
|
-
* - **Business location**: Specify the relevant location ID
|
|
360
|
+
* - **Business location**: Specify the relevant *location ID*
|
|
361
361
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/business-tools/locations/introduction) | [REST](https://dev.wix.com/docs/rest/business-management/locations/introduction))
|
|
362
362
|
* in `locations.business.id`.
|
|
363
363
|
* - **Custom location**: Specify the complete address object as
|
|
@@ -372,20 +372,20 @@ export declare function queryCategories(payload: object): RequestOptionsFactory<
|
|
|
372
372
|
*/
|
|
373
373
|
export declare function setServiceLocations(payload: object): RequestOptionsFactory<any>;
|
|
374
374
|
/**
|
|
375
|
-
* Adds a list of pricing
|
|
375
|
+
* Adds a list of *pricing plan IDs*
|
|
376
376
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/pricing-plans/plans/introduction) | [REST](https://dev.wix.com/api/rest/wix-pricing-plans/pricing-plans/plans/plan-object))
|
|
377
377
|
* to a service's `payment.pricingPlanIds` array.
|
|
378
378
|
*
|
|
379
379
|
*
|
|
380
380
|
* The call doesn't validate whether the service's `payment.options.pricingPlan`
|
|
381
381
|
* is set to `true`. If it's set to `false`, customers aren't able to pay
|
|
382
|
-
* for their bookings using pricing plans. You can call Update Service
|
|
382
|
+
* for their bookings using pricing plans. You can call *Update Service*
|
|
383
383
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/services/update-service) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/update-service))
|
|
384
384
|
* to change a service's supported payment methods.
|
|
385
385
|
*/
|
|
386
386
|
export declare function enablePricingPlansForService(payload: object): RequestOptionsFactory<any>;
|
|
387
387
|
/**
|
|
388
|
-
* Removes a list of pricing
|
|
388
|
+
* Removes a list of *pricing plan IDs*
|
|
389
389
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/pricing-plans/plans/introduction) | [REST](https://dev.wix.com/api/rest/wix-pricing-plans/pricing-plans/plans/plan-object))
|
|
390
390
|
* from a service's `payment.pricingPlanIds` array.
|
|
391
391
|
*
|
|
@@ -451,7 +451,7 @@ export declare function validateSlug(payload: object): RequestOptionsFactory<any
|
|
|
451
451
|
*
|
|
452
452
|
* ### Service options and variants
|
|
453
453
|
*
|
|
454
|
-
* If the original service has variants
|
|
454
|
+
* If the original service has *variants*
|
|
455
455
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-options-and-variants/introduction) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/service-options-and-variants/introduction)),
|
|
456
456
|
* they're cloned asynchronously. The *Clone Service* call always succeeds,
|
|
457
457
|
* regardless of whether variants were cloned.
|
|
@@ -459,7 +459,7 @@ export declare function validateSlug(payload: object): RequestOptionsFactory<any
|
|
|
459
459
|
* If the response includes `OPTIONS_AND_VARIANTS` in the `errors` array, the cloned
|
|
460
460
|
* service doesn't have variants, even though the original service does. You can
|
|
461
461
|
* delete the cloned service and call *Clone Service* again, or use the
|
|
462
|
-
*
|
|
462
|
+
* _Service Options And Variants API_
|
|
463
463
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-options-and-variants/introduction) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/service-options-and-variants/introduction))
|
|
464
464
|
* to add variants.
|
|
465
465
|
*
|
|
@@ -470,7 +470,7 @@ export declare function validateSlug(payload: object): RequestOptionsFactory<any
|
|
|
470
470
|
*
|
|
471
471
|
* ### Pricing plans
|
|
472
472
|
*
|
|
473
|
-
* If the original service's accepts payments via pricing plans
|
|
473
|
+
* If the original service's accepts payments via *pricing plans*
|
|
474
474
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/pricing-plans/plans/introduction) | [REST](https://dev.wix.com/docs/rest/business-solutions/pricing-plans/pricing-plans/plans/introduction)),
|
|
475
475
|
* the cloned service's `payment.options.pricingPlan` is also set to `true`. To
|
|
476
476
|
* accept specific pricing plans, call *Enable Pricing Plans For Service*
|
|
@@ -160,7 +160,7 @@ const PACKAGE_NAME = '@wix/auto_sdk_bookings_services';
|
|
|
160
160
|
* - Specify all supported session durations in `schedule.availabilityConstraints.sessionDurations`.
|
|
161
161
|
* - Note that Wix Bookings doesn't display these values to customers and
|
|
162
162
|
* ignores them in pricing and availability calculations. Instead session
|
|
163
|
-
* durations are retrieved from the relevant service variants
|
|
163
|
+
* durations are retrieved from the relevant service *variants*
|
|
164
164
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-options-and-variants/introduction) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/service-options-and-variants/introduction)).
|
|
165
165
|
* - It is mandatory to specify `schedule.availabilityConstraints.sessionDurations`,
|
|
166
166
|
* even though these values are ignored.
|
|
@@ -321,7 +321,7 @@ exports.getService = getService;
|
|
|
321
321
|
* Specify `schedule.availabilityConstraints.sessionDurations`
|
|
322
322
|
* only if you want to update it for appointment-based services without varied
|
|
323
323
|
* pricing based on session length. Don't specify `schedule.availabilityConstraints.sessionDurations`
|
|
324
|
-
* for all other appointment-based services, classes, or courses. See Create Service
|
|
324
|
+
* for all other appointment-based services, classes, or courses. See *Create Service*
|
|
325
325
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/services/create-service#session-durations) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/create-service#session-durations))
|
|
326
326
|
* for more details.
|
|
327
327
|
*/
|
|
@@ -420,7 +420,7 @@ exports.updateService = updateService;
|
|
|
420
420
|
* Updates up to 100 services.
|
|
421
421
|
*
|
|
422
422
|
*
|
|
423
|
-
* See Update Service
|
|
423
|
+
* See *Update Service*
|
|
424
424
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/services/update-service) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/update-service))
|
|
425
425
|
* for more details.
|
|
426
426
|
*
|
|
@@ -552,7 +552,7 @@ exports.bulkUpdateServices = bulkUpdateServices;
|
|
|
552
552
|
* ([REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/filtering-and-sorting#filtering))
|
|
553
553
|
* for more details.
|
|
554
554
|
*
|
|
555
|
-
* See Update Service
|
|
555
|
+
* See *Update Service*
|
|
556
556
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/services/update-service) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/update-service))
|
|
557
557
|
* for more details about updating a service.
|
|
558
558
|
*
|
|
@@ -645,7 +645,7 @@ exports.deleteService = deleteService;
|
|
|
645
645
|
* Deletes multiple services.
|
|
646
646
|
*
|
|
647
647
|
*
|
|
648
|
-
* See Delete Service
|
|
648
|
+
* See *Delete Service*
|
|
649
649
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/services/delete-service) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/delete-service))
|
|
650
650
|
* for more details about deleting a service.
|
|
651
651
|
*
|
|
@@ -722,7 +722,7 @@ exports.bulkDeleteServices = bulkDeleteServices;
|
|
|
722
722
|
* Deletes multiple services by filter.
|
|
723
723
|
*
|
|
724
724
|
*
|
|
725
|
-
* See Delete Service
|
|
725
|
+
* See *Delete Service*
|
|
726
726
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/services/delete-service) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/delete-service))
|
|
727
727
|
* for more details about deleting a service.
|
|
728
728
|
*
|
|
@@ -846,9 +846,9 @@ exports.queryServices = queryServices;
|
|
|
846
846
|
* ## See also
|
|
847
847
|
*
|
|
848
848
|
* To learn about working with *Search* methods, see
|
|
849
|
-
*
|
|
849
|
+
* _API Query Language_
|
|
850
850
|
* ([SDK](https://dev.wix.com/docs/sdk/articles/work-with-the-sdk/api-query-language) | [REST](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language))
|
|
851
|
-
* and Sorting and Paging
|
|
851
|
+
* and *Sorting and Paging*
|
|
852
852
|
* ([SDK](https://dev.wix.com/docs/sdk/articles/work-with-the-sdk/api-query-language#the-sort-array) | [REST](https://dev.wix.com/docs/rest/articles/getting-started/sorting-and-paging)).
|
|
853
853
|
*/
|
|
854
854
|
function searchServices(payload) {
|
|
@@ -944,7 +944,7 @@ function searchServices(payload) {
|
|
|
944
944
|
}
|
|
945
945
|
exports.searchServices = searchServices;
|
|
946
946
|
/**
|
|
947
|
-
* Retrieves a list of up to 100 booking policies
|
|
947
|
+
* Retrieves a list of up to 100 *booking policies*
|
|
948
948
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/booking-policies/introduction) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/policies/booking-policies/introduction)),
|
|
949
949
|
* and information about the services that are connected to them,
|
|
950
950
|
* given the provided filtering, paging, and sorting.
|
|
@@ -968,7 +968,7 @@ exports.searchServices = searchServices;
|
|
|
968
968
|
*
|
|
969
969
|
* If a booking policy is connected to more than 5 services, only a subset of
|
|
970
970
|
* those services is returned. The `bookingPolicies.totalServiceCount` values
|
|
971
|
-
* indicate the total number of services linked to each policy. You can call Search Services
|
|
971
|
+
* indicate the total number of services linked to each policy. You can call *Search Services*
|
|
972
972
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/services/search-services) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/search-services))
|
|
973
973
|
* and specify the relevant policy ID in the filter to retrieve all services
|
|
974
974
|
* connected to the booking policy.
|
|
@@ -1107,7 +1107,7 @@ function queryPolicies(payload) {
|
|
|
1107
1107
|
}
|
|
1108
1108
|
exports.queryPolicies = queryPolicies;
|
|
1109
1109
|
/**
|
|
1110
|
-
* Retrieves a list of up to 100 booking forms
|
|
1110
|
+
* Retrieves a list of up to 100 *booking forms*
|
|
1111
1111
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/forms/forms/introduction) | [REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction)),
|
|
1112
1112
|
* and information about the services that are connected to them,
|
|
1113
1113
|
* given the provided filtering, paging, and sorting.
|
|
@@ -1132,7 +1132,7 @@ exports.queryPolicies = queryPolicies;
|
|
|
1132
1132
|
*
|
|
1133
1133
|
* If a booking policy is connected to more than 5 services, only a subset of
|
|
1134
1134
|
* these service IDs and names is returned. The `bookingForms.totalServiceCount`
|
|
1135
|
-
* values indicate the total number of services linked to each form. You can call Query Services
|
|
1135
|
+
* values indicate the total number of services linked to each form. You can call *Query Services*
|
|
1136
1136
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/services/query-services) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/query-services))
|
|
1137
1137
|
* and specify the relevant form ID in the filter to retrieve all services
|
|
1138
1138
|
* connected to the booking form.
|
|
@@ -1199,7 +1199,7 @@ function countServices(payload) {
|
|
|
1199
1199
|
}
|
|
1200
1200
|
exports.countServices = countServices;
|
|
1201
1201
|
/**
|
|
1202
|
-
* Retrieves 3 separate lists of business, custom, and customer locations
|
|
1202
|
+
* Retrieves 3 separate lists of business, custom, and customer *locations*
|
|
1203
1203
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/business-tools/locations/introduction) | [REST](https://dev.wix.com/docs/rest/business-management/locations/introduction)),
|
|
1204
1204
|
* given the provided filtering, and whether each location is connected to at
|
|
1205
1205
|
* least one of the site's services.
|
|
@@ -1269,7 +1269,7 @@ function queryLocations(payload) {
|
|
|
1269
1269
|
}
|
|
1270
1270
|
exports.queryLocations = queryLocations;
|
|
1271
1271
|
/**
|
|
1272
|
-
* Retrieves a list of service categories
|
|
1272
|
+
* Retrieves a list of service *categories*
|
|
1273
1273
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v2/introduction)),
|
|
1274
1274
|
* given the provided filtering.
|
|
1275
1275
|
*
|
|
@@ -1313,7 +1313,7 @@ function queryCategories(payload) {
|
|
|
1313
1313
|
}
|
|
1314
1314
|
exports.queryCategories = queryCategories;
|
|
1315
1315
|
/**
|
|
1316
|
-
* Replaces the list of the locations
|
|
1316
|
+
* Replaces the list of the *locations*
|
|
1317
1317
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/business-tools/locations/introduction) | [REST](https://dev.wix.com/docs/rest/business-management/locations/introduction))
|
|
1318
1318
|
* where the business offers the service.
|
|
1319
1319
|
*
|
|
@@ -1349,7 +1349,7 @@ exports.queryCategories = queryCategories;
|
|
|
1349
1349
|
* Depending on whether the new or updated location is a business or custom location,
|
|
1350
1350
|
* you need to specify different fields.
|
|
1351
1351
|
*
|
|
1352
|
-
* - **Business location**: Specify the relevant location ID
|
|
1352
|
+
* - **Business location**: Specify the relevant *location ID*
|
|
1353
1353
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/business-tools/locations/introduction) | [REST](https://dev.wix.com/docs/rest/business-management/locations/introduction))
|
|
1354
1354
|
* in `locations.business.id`.
|
|
1355
1355
|
* - **Custom location**: Specify the complete address object as
|
|
@@ -1448,14 +1448,14 @@ function setServiceLocations(payload) {
|
|
|
1448
1448
|
}
|
|
1449
1449
|
exports.setServiceLocations = setServiceLocations;
|
|
1450
1450
|
/**
|
|
1451
|
-
* Adds a list of pricing
|
|
1451
|
+
* Adds a list of *pricing plan IDs*
|
|
1452
1452
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/pricing-plans/plans/introduction) | [REST](https://dev.wix.com/api/rest/wix-pricing-plans/pricing-plans/plans/plan-object))
|
|
1453
1453
|
* to a service's `payment.pricingPlanIds` array.
|
|
1454
1454
|
*
|
|
1455
1455
|
*
|
|
1456
1456
|
* The call doesn't validate whether the service's `payment.options.pricingPlan`
|
|
1457
1457
|
* is set to `true`. If it's set to `false`, customers aren't able to pay
|
|
1458
|
-
* for their bookings using pricing plans. You can call Update Service
|
|
1458
|
+
* for their bookings using pricing plans. You can call *Update Service*
|
|
1459
1459
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/services/update-service) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/update-service))
|
|
1460
1460
|
* to change a service's supported payment methods.
|
|
1461
1461
|
*/
|
|
@@ -1514,7 +1514,7 @@ function enablePricingPlansForService(payload) {
|
|
|
1514
1514
|
}
|
|
1515
1515
|
exports.enablePricingPlansForService = enablePricingPlansForService;
|
|
1516
1516
|
/**
|
|
1517
|
-
* Removes a list of pricing
|
|
1517
|
+
* Removes a list of *pricing plan IDs*
|
|
1518
1518
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/pricing-plans/plans/introduction) | [REST](https://dev.wix.com/api/rest/wix-pricing-plans/pricing-plans/plans/plan-object))
|
|
1519
1519
|
* from a service's `payment.pricingPlanIds` array.
|
|
1520
1520
|
*
|
|
@@ -1705,7 +1705,7 @@ exports.validateSlug = validateSlug;
|
|
|
1705
1705
|
*
|
|
1706
1706
|
* ### Service options and variants
|
|
1707
1707
|
*
|
|
1708
|
-
* If the original service has variants
|
|
1708
|
+
* If the original service has *variants*
|
|
1709
1709
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-options-and-variants/introduction) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/service-options-and-variants/introduction)),
|
|
1710
1710
|
* they're cloned asynchronously. The *Clone Service* call always succeeds,
|
|
1711
1711
|
* regardless of whether variants were cloned.
|
|
@@ -1713,7 +1713,7 @@ exports.validateSlug = validateSlug;
|
|
|
1713
1713
|
* If the response includes `OPTIONS_AND_VARIANTS` in the `errors` array, the cloned
|
|
1714
1714
|
* service doesn't have variants, even though the original service does. You can
|
|
1715
1715
|
* delete the cloned service and call *Clone Service* again, or use the
|
|
1716
|
-
*
|
|
1716
|
+
* _Service Options And Variants API_
|
|
1717
1717
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-options-and-variants/introduction) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/service-options-and-variants/introduction))
|
|
1718
1718
|
* to add variants.
|
|
1719
1719
|
*
|
|
@@ -1724,7 +1724,7 @@ exports.validateSlug = validateSlug;
|
|
|
1724
1724
|
*
|
|
1725
1725
|
* ### Pricing plans
|
|
1726
1726
|
*
|
|
1727
|
-
* If the original service's accepts payments via pricing plans
|
|
1727
|
+
* If the original service's accepts payments via *pricing plans*
|
|
1728
1728
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/pricing-plans/plans/introduction) | [REST](https://dev.wix.com/docs/rest/business-solutions/pricing-plans/pricing-plans/plans/introduction)),
|
|
1729
1729
|
* the cloned service's `payment.options.pricingPlan` is also set to `true`. To
|
|
1730
1730
|
* accept specific pricing plans, call *Enable Pricing Plans For Service*
|
|
@@ -44,7 +44,7 @@ interface CreateServiceSignature {
|
|
|
44
44
|
* - Specify all supported session durations in `schedule.availabilityConstraints.sessionDurations`.
|
|
45
45
|
* - Note that Wix Bookings doesn't display these values to customers and
|
|
46
46
|
* ignores them in pricing and availability calculations. Instead session
|
|
47
|
-
* durations are retrieved from the relevant service variants
|
|
47
|
+
* durations are retrieved from the relevant service *variants*
|
|
48
48
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-options-and-variants/introduction) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/service-options-and-variants/introduction)).
|
|
49
49
|
* - It is mandatory to specify `schedule.availabilityConstraints.sessionDurations`,
|
|
50
50
|
* even though these values are ignored.
|
|
@@ -78,7 +78,7 @@ interface UpdateServiceSignature {
|
|
|
78
78
|
* Specify `schedule.availabilityConstraints.sessionDurations`
|
|
79
79
|
* only if you want to update it for appointment-based services without varied
|
|
80
80
|
* pricing based on session length. Don't specify `schedule.availabilityConstraints.sessionDurations`
|
|
81
|
-
* for all other appointment-based services, classes, or courses. See Create Service
|
|
81
|
+
* for all other appointment-based services, classes, or courses. See *Create Service*
|
|
82
82
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/services/create-service#session-durations) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/create-service#session-durations))
|
|
83
83
|
* for more details.
|
|
84
84
|
* @param - Service ID.
|
|
@@ -92,7 +92,7 @@ interface BulkUpdateServicesSignature {
|
|
|
92
92
|
* Updates up to 100 services.
|
|
93
93
|
*
|
|
94
94
|
*
|
|
95
|
-
* See Update Service
|
|
95
|
+
* See *Update Service*
|
|
96
96
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/services/update-service) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/update-service))
|
|
97
97
|
* for more details.
|
|
98
98
|
*
|
|
@@ -111,7 +111,7 @@ interface BulkUpdateServicesByFilterSignature {
|
|
|
111
111
|
* ([REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/filtering-and-sorting#filtering))
|
|
112
112
|
* for more details.
|
|
113
113
|
*
|
|
114
|
-
* See Update Service
|
|
114
|
+
* See *Update Service*
|
|
115
115
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/services/update-service) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/update-service))
|
|
116
116
|
* for more details about updating a service.
|
|
117
117
|
*
|
|
@@ -140,7 +140,7 @@ interface BulkDeleteServicesSignature {
|
|
|
140
140
|
* Deletes multiple services.
|
|
141
141
|
*
|
|
142
142
|
*
|
|
143
|
-
* See Delete Service
|
|
143
|
+
* See *Delete Service*
|
|
144
144
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/services/delete-service) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/delete-service))
|
|
145
145
|
* for more details about deleting a service.
|
|
146
146
|
*
|
|
@@ -156,7 +156,7 @@ interface BulkDeleteServicesByFilterSignature {
|
|
|
156
156
|
* Deletes multiple services by filter.
|
|
157
157
|
*
|
|
158
158
|
*
|
|
159
|
-
* See Delete Service
|
|
159
|
+
* See *Delete Service*
|
|
160
160
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/services/delete-service) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/delete-service))
|
|
161
161
|
* for more details about deleting a service.
|
|
162
162
|
*
|
|
@@ -214,9 +214,9 @@ interface SearchServicesSignature {
|
|
|
214
214
|
* ## See also
|
|
215
215
|
*
|
|
216
216
|
* To learn about working with *Search* methods, see
|
|
217
|
-
*
|
|
217
|
+
* _API Query Language_
|
|
218
218
|
* ([SDK](https://dev.wix.com/docs/sdk/articles/work-with-the-sdk/api-query-language) | [REST](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language))
|
|
219
|
-
* and Sorting and Paging
|
|
219
|
+
* and *Sorting and Paging*
|
|
220
220
|
* ([SDK](https://dev.wix.com/docs/sdk/articles/work-with-the-sdk/api-query-language#the-sort-array) | [REST](https://dev.wix.com/docs/rest/articles/getting-started/sorting-and-paging)).
|
|
221
221
|
* @param - WQL, search or aggregation expression.
|
|
222
222
|
*/
|
|
@@ -225,7 +225,7 @@ interface SearchServicesSignature {
|
|
|
225
225
|
export declare function queryPolicies(httpClient: HttpClient): QueryPoliciesSignature;
|
|
226
226
|
interface QueryPoliciesSignature {
|
|
227
227
|
/**
|
|
228
|
-
* Retrieves a list of up to 100 booking policies
|
|
228
|
+
* Retrieves a list of up to 100 *booking policies*
|
|
229
229
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/booking-policies/introduction) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/policies/booking-policies/introduction)),
|
|
230
230
|
* and information about the services that are connected to them,
|
|
231
231
|
* given the provided filtering, paging, and sorting.
|
|
@@ -249,7 +249,7 @@ interface QueryPoliciesSignature {
|
|
|
249
249
|
*
|
|
250
250
|
* If a booking policy is connected to more than 5 services, only a subset of
|
|
251
251
|
* those services is returned. The `bookingPolicies.totalServiceCount` values
|
|
252
|
-
* indicate the total number of services linked to each policy. You can call Search Services
|
|
252
|
+
* indicate the total number of services linked to each policy. You can call *Search Services*
|
|
253
253
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/services/search-services) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/search-services))
|
|
254
254
|
* and specify the relevant policy ID in the filter to retrieve all services
|
|
255
255
|
* connected to the booking policy.
|
|
@@ -269,7 +269,7 @@ interface QueryPoliciesSignature {
|
|
|
269
269
|
export declare function queryBookingForms(httpClient: HttpClient): QueryBookingFormsSignature;
|
|
270
270
|
interface QueryBookingFormsSignature {
|
|
271
271
|
/**
|
|
272
|
-
* Retrieves a list of up to 100 booking forms
|
|
272
|
+
* Retrieves a list of up to 100 *booking forms*
|
|
273
273
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/forms/forms/introduction) | [REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction)),
|
|
274
274
|
* and information about the services that are connected to them,
|
|
275
275
|
* given the provided filtering, paging, and sorting.
|
|
@@ -294,7 +294,7 @@ interface QueryBookingFormsSignature {
|
|
|
294
294
|
*
|
|
295
295
|
* If a booking policy is connected to more than 5 services, only a subset of
|
|
296
296
|
* these service IDs and names is returned. The `bookingForms.totalServiceCount`
|
|
297
|
-
* values indicate the total number of services linked to each form. You can call Query Services
|
|
297
|
+
* values indicate the total number of services linked to each form. You can call *Query Services*
|
|
298
298
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/services/query-services) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/query-services))
|
|
299
299
|
* and specify the relevant form ID in the filter to retrieve all services
|
|
300
300
|
* connected to the booking form.
|
|
@@ -334,7 +334,7 @@ interface CountServicesSignature {
|
|
|
334
334
|
export declare function queryLocations(httpClient: HttpClient): QueryLocationsSignature;
|
|
335
335
|
interface QueryLocationsSignature {
|
|
336
336
|
/**
|
|
337
|
-
* Retrieves 3 separate lists of business, custom, and customer locations
|
|
337
|
+
* Retrieves 3 separate lists of business, custom, and customer *locations*
|
|
338
338
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/business-tools/locations/introduction) | [REST](https://dev.wix.com/docs/rest/business-management/locations/introduction)),
|
|
339
339
|
* given the provided filtering, and whether each location is connected to at
|
|
340
340
|
* least one of the site's services.
|
|
@@ -364,7 +364,7 @@ interface QueryLocationsSignature {
|
|
|
364
364
|
export declare function queryCategories(httpClient: HttpClient): QueryCategoriesSignature;
|
|
365
365
|
interface QueryCategoriesSignature {
|
|
366
366
|
/**
|
|
367
|
-
* Retrieves a list of service categories
|
|
367
|
+
* Retrieves a list of service *categories*
|
|
368
368
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v2/introduction)),
|
|
369
369
|
* given the provided filtering.
|
|
370
370
|
*
|
|
@@ -393,7 +393,7 @@ interface QueryCategoriesSignature {
|
|
|
393
393
|
export declare function setServiceLocations(httpClient: HttpClient): SetServiceLocationsSignature;
|
|
394
394
|
interface SetServiceLocationsSignature {
|
|
395
395
|
/**
|
|
396
|
-
* Replaces the list of the locations
|
|
396
|
+
* Replaces the list of the *locations*
|
|
397
397
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/business-tools/locations/introduction) | [REST](https://dev.wix.com/docs/rest/business-management/locations/introduction))
|
|
398
398
|
* where the business offers the service.
|
|
399
399
|
*
|
|
@@ -429,7 +429,7 @@ interface SetServiceLocationsSignature {
|
|
|
429
429
|
* Depending on whether the new or updated location is a business or custom location,
|
|
430
430
|
* you need to specify different fields.
|
|
431
431
|
*
|
|
432
|
-
* - **Business location**: Specify the relevant location ID
|
|
432
|
+
* - **Business location**: Specify the relevant *location ID*
|
|
433
433
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/business-tools/locations/introduction) | [REST](https://dev.wix.com/docs/rest/business-management/locations/introduction))
|
|
434
434
|
* in `locations.business.id`.
|
|
435
435
|
* - **Custom location**: Specify the complete address object as
|
|
@@ -449,18 +449,18 @@ interface SetServiceLocationsSignature {
|
|
|
449
449
|
export declare function enablePricingPlansForService(httpClient: HttpClient): EnablePricingPlansForServiceSignature;
|
|
450
450
|
interface EnablePricingPlansForServiceSignature {
|
|
451
451
|
/**
|
|
452
|
-
* Adds a list of pricing
|
|
452
|
+
* Adds a list of *pricing plan IDs*
|
|
453
453
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/pricing-plans/plans/introduction) | [REST](https://dev.wix.com/api/rest/wix-pricing-plans/pricing-plans/plans/plan-object))
|
|
454
454
|
* to a service's `payment.pricingPlanIds` array.
|
|
455
455
|
*
|
|
456
456
|
*
|
|
457
457
|
* The call doesn't validate whether the service's `payment.options.pricingPlan`
|
|
458
458
|
* is set to `true`. If it's set to `false`, customers aren't able to pay
|
|
459
|
-
* for their bookings using pricing plans. You can call Update Service
|
|
459
|
+
* for their bookings using pricing plans. You can call *Update Service*
|
|
460
460
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/services/update-service) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/update-service))
|
|
461
461
|
* to change a service's supported payment methods.
|
|
462
462
|
* @param - ID of the service to update.
|
|
463
|
-
* @param - IDs of the pricing plans
|
|
463
|
+
* @param - IDs of the *pricing plans*
|
|
464
464
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/pricing-plans/plans/introduction) | [REST](https://dev.wix.com/api/rest/wix-pricing-plans/pricing-plans/plans/plan-object))
|
|
465
465
|
* to add to the service's `payment.pricingPlanIds` array.
|
|
466
466
|
*/
|
|
@@ -469,7 +469,7 @@ interface EnablePricingPlansForServiceSignature {
|
|
|
469
469
|
export declare function disablePricingPlansForService(httpClient: HttpClient): DisablePricingPlansForServiceSignature;
|
|
470
470
|
interface DisablePricingPlansForServiceSignature {
|
|
471
471
|
/**
|
|
472
|
-
* Removes a list of pricing
|
|
472
|
+
* Removes a list of *pricing plan IDs*
|
|
473
473
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/pricing-plans/plans/introduction) | [REST](https://dev.wix.com/api/rest/wix-pricing-plans/pricing-plans/plans/plan-object))
|
|
474
474
|
* from a service's `payment.pricingPlanIds` array.
|
|
475
475
|
*
|
|
@@ -547,7 +547,7 @@ interface CloneServiceSignature {
|
|
|
547
547
|
*
|
|
548
548
|
* ### Service options and variants
|
|
549
549
|
*
|
|
550
|
-
* If the original service has variants
|
|
550
|
+
* If the original service has *variants*
|
|
551
551
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-options-and-variants/introduction) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/service-options-and-variants/introduction)),
|
|
552
552
|
* they're cloned asynchronously. The *Clone Service* call always succeeds,
|
|
553
553
|
* regardless of whether variants were cloned.
|
|
@@ -555,7 +555,7 @@ interface CloneServiceSignature {
|
|
|
555
555
|
* If the response includes `OPTIONS_AND_VARIANTS` in the `errors` array, the cloned
|
|
556
556
|
* service doesn't have variants, even though the original service does. You can
|
|
557
557
|
* delete the cloned service and call *Clone Service* again, or use the
|
|
558
|
-
*
|
|
558
|
+
* _Service Options And Variants API_
|
|
559
559
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-options-and-variants/introduction) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/service-options-and-variants/introduction))
|
|
560
560
|
* to add variants.
|
|
561
561
|
*
|
|
@@ -566,7 +566,7 @@ interface CloneServiceSignature {
|
|
|
566
566
|
*
|
|
567
567
|
* ### Pricing plans
|
|
568
568
|
*
|
|
569
|
-
* If the original service's accepts payments via pricing plans
|
|
569
|
+
* If the original service's accepts payments via *pricing plans*
|
|
570
570
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/pricing-plans/plans/introduction) | [REST](https://dev.wix.com/docs/rest/business-solutions/pricing-plans/pricing-plans/plans/introduction)),
|
|
571
571
|
* the cloned service's `payment.options.pricingPlan` is also set to `true`. To
|
|
572
572
|
* accept specific pricing plans, call *Enable Pricing Plans For Service*
|