@wix/auto_sdk_restaurants_fulfillment-methods 1.0.32 → 1.0.34

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.
@@ -1,8 +1,7 @@
1
1
  import { HttpClient, NonNullablePaths, EventDefinition, MaybeContext, BuildRESTFunction, BuildEventDefinition } from '@wix/sdk-types';
2
2
  import { FulfillmentMethod, BulkCreateFulfillmentMethodsOptions, BulkCreateFulfillmentMethodsResponse, UpdateFulfillmentMethod, FulfillmentMethodsQueryBuilder, ListFulfillmentMethodsOptions, ListFulfillmentMethodsResponse, ListAvailableFulfillmentMethodsForAddressOptions, ListAvailableFulfillmentMethodsForAddressResponse, GetAccumulatedFulfillmentMethodsAvailabilityOptions, GetAccumulatedFulfillmentMethodsAvailabilityResponse, GetCombinedMethodAvailabilityResponse, GetAggregatedMethodAvailabilityResponse, BulkUpdateFulfillmentMethodTagsOptions, BulkUpdateFulfillmentMethodTagsResponse, BulkUpdateFulfillmentMethodTagsApplicationErrors, BulkUpdateFulfillmentMethodTagsByFilterOptions, BulkUpdateFulfillmentMethodTagsByFilterResponse, BulkUpdateFulfillmentMethodTagsByFilterApplicationErrors, FulfillmentMethodCreatedEnvelope, FulfillmentMethodDeletedEnvelope, FulfillmentMethodUpdatedEnvelope } from './index.typings.js';
3
- export { ActionEvent, Address, AddressHint, AddressLocation, App, ApplicationError, Availability, BaseEventMetadata, BulkActionMetadata, BulkCreateFulfillmentMethodResult, BulkCreateFulfillmentMethodsRequest, BulkUpdateFulfillmentMethodTagsByFilterRequest, BulkUpdateFulfillmentMethodTagsRequest, BulkUpdateFulfillmentMethodTagsResult, BusinessSchedule, Categories, ChangeContext, ChangeContextPayloadOneOf, CommonAddress, CommonAddressStreetOneOf, CommonBulkActionMetadata, CommonItemMetadata, ConsentPolicy, CreateFulfillmentMethodRequest, CreateFulfillmentMethodResponse, CursorPaging, CursorPagingMetadata, CursorQuery, CursorQueryPagingMethodOneOf, Cursors, CustomArea, CustomTag, DayOfWeek, DayOfWeekAvailability, DeleteFulfillmentMethodRequest, DeleteFulfillmentMethodResponse, DeliveryArea, DeliveryAreaAreaOptionsOneOf, DeliveryInfo, DomainEvent, DomainEventBodyOneOf, Empty, EntitiesDayOfWeek, EntityCreatedEvent, EntityDeletedEvent, EntityUpdatedEvent, EventMetadata, ExtendedFields, File, FulfillmentMethodMethodOptionsOneOf, FulfillmentMethodType, FulfillmentMethodsQueryResult, GeoCoordinates, GetAccumulatedFulfillmentMethodsAvailabilityRequest, GetAggregatedMethodAvailabilityRequest, GetCombinedMethodAvailabilityRequest, GetFulfillmentMethodRequest, GetFulfillmentMethodResponse, IdentificationData, IdentificationDataIdOneOf, InvalidateCache, InvalidateCacheGetByOneOf, ItemMetadata, ListActiveFulfillmentMethodsRequest, ListActiveFulfillmentMethodsResponse, ListAvailableFulfillmentMethodsForAddressRequest, ListFulfillmentMethodsRequest, Locale, MessageEnvelope, Multilingual, Page, PickupInfo, PlacementType, PostalCode, Properties, PropertiesChange, QueryFulfillmentMethodsRequest, QueryFulfillmentMethodsResponse, Radius, ResolutionMethod, RestoreInfo, SiteCloned, SiteCreated, SitePropertiesEvent, SitePropertiesNotification, SortOrder, Sorting, SpecialHourPeriod, StreetAddress, Subdivision, SubdivisionType, SupportedLanguage, TagList, Tags, TimeOfDay, TimeOfDayRange, TimePeriod, Translation, Type, URI, Unit, UpdateFulfillmentMethodRequest, UpdateFulfillmentMethodResponse, WebhookIdentityType } from './index.typings.js';
3
+ export { ActionEvent, Address, AddressHint, AddressLocation, App, ApplicationError, Availability, BaseEventMetadata, BulkActionMetadata, BulkCreateFulfillmentMethodResult, BulkCreateFulfillmentMethodsRequest, BulkUpdateFulfillmentMethodTagsByFilterRequest, BulkUpdateFulfillmentMethodTagsRequest, BulkUpdateFulfillmentMethodTagsResult, BusinessSchedule, Categories, ChangeContext, ChangeContextPayloadOneOf, CommonAddress, CommonAddressStreetOneOf, CommonBulkActionMetadata, CommonItemMetadata, ConsentPolicy, CreateFulfillmentMethodRequest, CreateFulfillmentMethodResponse, CursorPaging, CursorPagingMetadata, CursorQuery, CursorQueryPagingMethodOneOf, Cursors, CustomArea, CustomTag, DayOfWeek, DayOfWeekAvailability, DayOfWeekWithLiterals, DeleteFulfillmentMethodRequest, DeleteFulfillmentMethodResponse, DeliveryArea, DeliveryAreaAreaOptionsOneOf, DeliveryInfo, DomainEvent, DomainEventBodyOneOf, Empty, EntitiesDayOfWeek, EntitiesDayOfWeekWithLiterals, EntityCreatedEvent, EntityDeletedEvent, EntityUpdatedEvent, EventMetadata, ExtendedFields, File, FulfillmentMethodMethodOptionsOneOf, FulfillmentMethodType, FulfillmentMethodTypeWithLiterals, FulfillmentMethodsQueryResult, GeoCoordinates, GetAccumulatedFulfillmentMethodsAvailabilityRequest, GetAggregatedMethodAvailabilityRequest, GetCombinedMethodAvailabilityRequest, GetFulfillmentMethodRequest, GetFulfillmentMethodResponse, IdentificationData, IdentificationDataIdOneOf, InvalidateCache, InvalidateCacheGetByOneOf, ItemMetadata, ListActiveFulfillmentMethodsRequest, ListActiveFulfillmentMethodsResponse, ListAvailableFulfillmentMethodsForAddressRequest, ListFulfillmentMethodsRequest, Locale, MessageEnvelope, Multilingual, Page, PickupInfo, PlacementType, PlacementTypeWithLiterals, PostalCode, Properties, PropertiesChange, QueryFulfillmentMethodsRequest, QueryFulfillmentMethodsResponse, Radius, ResolutionMethod, ResolutionMethodWithLiterals, RestoreInfo, SiteCloned, SiteCreated, SitePropertiesEvent, SitePropertiesNotification, SortOrder, SortOrderWithLiterals, Sorting, SpecialHourPeriod, StreetAddress, Subdivision, SubdivisionType, SubdivisionTypeWithLiterals, SupportedLanguage, TagList, Tags, TimeOfDay, TimeOfDayRange, TimePeriod, Translation, Type, TypeWithLiterals, URI, Unit, UnitWithLiterals, UpdateFulfillmentMethodRequest, UpdateFulfillmentMethodResponse, WebhookIdentityType, WebhookIdentityTypeWithLiterals } from './index.typings.js';
4
4
 
5
- type FulfillmentMethodNonNullablePaths = `pickupOptions.address.streetAddress.number` | `pickupOptions.address.streetAddress.name` | `deliveryOptions.deliveryArea.radiusOptions.centerPointAddress.streetAddress.number` | `deliveryOptions.deliveryArea.radiusOptions.centerPointAddress.streetAddress.name` | `deliveryOptions.deliveryArea.radiusOptions.unit` | `deliveryOptions.deliveryArea.postalCodeOptions.postalCodes` | `deliveryOptions.deliveryArea.customOptions.geocodes` | `deliveryOptions.deliveryArea.type` | `type` | `availability.availableTimes` | `availability.availableTimes.${number}.dayOfWeek` | `tags.privateTags.tagIds`;
6
5
  declare function createFulfillmentMethod$1(httpClient: HttpClient): CreateFulfillmentMethodSignature;
7
6
  interface CreateFulfillmentMethodSignature {
8
7
  /**
@@ -12,16 +11,14 @@ interface CreateFulfillmentMethodSignature {
12
11
  * @param - Fulfillment method to create.
13
12
  * @returns The created fulfillment method.
14
13
  */
15
- (fulfillmentMethod: NonNullablePaths<FulfillmentMethod, `deliveryOptions.deliveryArea` | `deliveryOptions.deliveryArea.postalCodeOptions.countryCode` | `deliveryOptions.deliveryArea.radiusOptions.centerPointAddress` | `deliveryOptions.deliveryArea.radiusOptions.maxDistance`>): Promise<NonNullablePaths<FulfillmentMethod, FulfillmentMethodNonNullablePaths>>;
14
+ (fulfillmentMethod: NonNullablePaths<FulfillmentMethod, `deliveryOptions.deliveryArea` | `deliveryOptions.deliveryArea.postalCodeOptions.countryCode` | `deliveryOptions.deliveryArea.radiusOptions.centerPointAddress` | `deliveryOptions.deliveryArea.radiusOptions.maxDistance`, 5>): Promise<NonNullablePaths<FulfillmentMethod, `pickupOptions.address.streetAddress.number` | `pickupOptions.address.streetAddress.name` | `deliveryOptions.deliveryArea.radiusOptions.unit` | `deliveryOptions.deliveryArea.postalCodeOptions.postalCodes` | `deliveryOptions.deliveryArea.customOptions.geocodes` | `deliveryOptions.deliveryArea.type` | `type` | `availability.availableTimes` | `availability.availableTimes.${number}.dayOfWeek` | `tags.privateTags.tagIds`, 5>>;
16
15
  }
17
16
  declare function bulkCreateFulfillmentMethods$1(httpClient: HttpClient): BulkCreateFulfillmentMethodsSignature;
18
17
  interface BulkCreateFulfillmentMethodsSignature {
19
18
  /**
20
19
  * Create multiple fulfillment methods at once.
21
20
  */
22
- (options?: BulkCreateFulfillmentMethodsOptions): Promise<NonNullablePaths<BulkCreateFulfillmentMethodsResponse, `results` | `results.${number}.itemMetadata.originalIndex` | `results.${number}.itemMetadata.success` | `results.${number}.itemMetadata.error.code` | `results.${number}.itemMetadata.error.description` | {
23
- [P in FulfillmentMethodNonNullablePaths]: `results.${number}.fulfillmentMethod.${P}`;
24
- }[FulfillmentMethodNonNullablePaths] | `bulkActionMetadata.totalSuccesses` | `bulkActionMetadata.totalFailures` | `bulkActionMetadata.undetailedFailures`>>;
21
+ (options?: BulkCreateFulfillmentMethodsOptions): Promise<NonNullablePaths<BulkCreateFulfillmentMethodsResponse, `results` | `results.${number}.itemMetadata.originalIndex` | `results.${number}.itemMetadata.success` | `results.${number}.itemMetadata.error.code` | `results.${number}.itemMetadata.error.description` | `results.${number}.fulfillmentMethod.type` | `bulkActionMetadata.totalSuccesses` | `bulkActionMetadata.totalFailures` | `bulkActionMetadata.undetailedFailures`, 6>>;
25
22
  }
26
23
  declare function getFulfillmentMethod$1(httpClient: HttpClient): GetFulfillmentMethodSignature;
27
24
  interface GetFulfillmentMethodSignature {
@@ -30,7 +27,7 @@ interface GetFulfillmentMethodSignature {
30
27
  * @param - The ID of the fulfillment method to retrieve.
31
28
  * @returns The retrieved fulfillment method.
32
29
  */
33
- (fulfillmentMethodId: string): Promise<NonNullablePaths<FulfillmentMethod, FulfillmentMethodNonNullablePaths>>;
30
+ (fulfillmentMethodId: string): Promise<NonNullablePaths<FulfillmentMethod, `pickupOptions.address.streetAddress.number` | `pickupOptions.address.streetAddress.name` | `deliveryOptions.deliveryArea.radiusOptions.unit` | `deliveryOptions.deliveryArea.postalCodeOptions.postalCodes` | `deliveryOptions.deliveryArea.customOptions.geocodes` | `deliveryOptions.deliveryArea.type` | `type` | `availability.availableTimes` | `availability.availableTimes.${number}.dayOfWeek` | `tags.privateTags.tagIds`, 5>>;
34
31
  }
35
32
  declare function updateFulfillmentMethod$1(httpClient: HttpClient): UpdateFulfillmentMethodSignature;
36
33
  interface UpdateFulfillmentMethodSignature {
@@ -42,7 +39,7 @@ interface UpdateFulfillmentMethodSignature {
42
39
  * @param - Fulfillment method information to update.
43
40
  * @returns The updated fulfillment method.
44
41
  */
45
- (_id: string, fulfillmentMethod: NonNullablePaths<UpdateFulfillmentMethod, `revision`>): Promise<NonNullablePaths<FulfillmentMethod, FulfillmentMethodNonNullablePaths>>;
42
+ (_id: string, fulfillmentMethod: NonNullablePaths<UpdateFulfillmentMethod, `revision`, 2>): Promise<NonNullablePaths<FulfillmentMethod, `pickupOptions.address.streetAddress.number` | `pickupOptions.address.streetAddress.name` | `deliveryOptions.deliveryArea.radiusOptions.unit` | `deliveryOptions.deliveryArea.postalCodeOptions.postalCodes` | `deliveryOptions.deliveryArea.customOptions.geocodes` | `deliveryOptions.deliveryArea.type` | `type` | `availability.availableTimes` | `availability.availableTimes.${number}.dayOfWeek` | `tags.privateTags.tagIds`, 5>>;
46
43
  }
47
44
  declare function deleteFulfillmentMethod$1(httpClient: HttpClient): DeleteFulfillmentMethodSignature;
48
45
  interface DeleteFulfillmentMethodSignature {
@@ -78,9 +75,7 @@ interface ListFulfillmentMethodsSignature {
78
75
  * Retrieves a list of up to 100 fulfillment methods.
79
76
  * @param - Options for listing the fulfillment methods.
80
77
  */
81
- (options?: ListFulfillmentMethodsOptions): Promise<NonNullablePaths<ListFulfillmentMethodsResponse, {
82
- [P in FulfillmentMethodNonNullablePaths]: `fulfillmentMethods.${number}.${P}`;
83
- }[FulfillmentMethodNonNullablePaths]>>;
78
+ (options?: ListFulfillmentMethodsOptions): Promise<NonNullablePaths<ListFulfillmentMethodsResponse, `fulfillmentMethods` | `fulfillmentMethods.${number}.deliveryOptions.deliveryArea.type` | `fulfillmentMethods.${number}.type`, 6>>;
84
79
  }
85
80
  declare function listAvailableFulfillmentMethodsForAddress$1(httpClient: HttpClient): ListAvailableFulfillmentMethodsForAddressSignature;
86
81
  interface ListAvailableFulfillmentMethodsForAddressSignature {
@@ -92,9 +87,7 @@ interface ListAvailableFulfillmentMethodsForAddressSignature {
92
87
  * - Delivery fulfillment methods that are available to the given address according to their delivery areas.
93
88
  * @param - Options for listing the available fulfillment methods.
94
89
  */
95
- (options?: ListAvailableFulfillmentMethodsForAddressOptions): Promise<NonNullablePaths<ListAvailableFulfillmentMethodsForAddressResponse, {
96
- [P in FulfillmentMethodNonNullablePaths]: `fulfillmentMethods.${number}.${P}`;
97
- }[FulfillmentMethodNonNullablePaths]>>;
90
+ (options?: ListAvailableFulfillmentMethodsForAddressOptions): Promise<NonNullablePaths<ListAvailableFulfillmentMethodsForAddressResponse, `fulfillmentMethods` | `fulfillmentMethods.${number}.deliveryOptions.deliveryArea.type` | `fulfillmentMethods.${number}.type`, 6>>;
98
91
  }
99
92
  declare function getAccumulatedFulfillmentMethodsAvailability$1(httpClient: HttpClient): GetAccumulatedFulfillmentMethodsAvailabilitySignature;
100
93
  interface GetAccumulatedFulfillmentMethodsAvailabilitySignature {
@@ -102,7 +95,7 @@ interface GetAccumulatedFulfillmentMethodsAvailabilitySignature {
102
95
  * Retrieves the accumulated availability of all fulfillment methods.
103
96
  * @deprecated
104
97
  */
105
- (options?: GetAccumulatedFulfillmentMethodsAvailabilityOptions): Promise<NonNullablePaths<GetAccumulatedFulfillmentMethodsAvailabilityResponse, `availability.availableTimes` | `availability.availableTimes.${number}.dayOfWeek` | `types`>>;
98
+ (options?: GetAccumulatedFulfillmentMethodsAvailabilityOptions): Promise<NonNullablePaths<GetAccumulatedFulfillmentMethodsAvailabilityResponse, `availability.availableTimes` | `availability.availableTimes.${number}.dayOfWeek` | `types`, 5>>;
106
99
  }
107
100
  declare function getCombinedMethodAvailability$1(httpClient: HttpClient): GetCombinedMethodAvailabilitySignature;
108
101
  interface GetCombinedMethodAvailabilitySignature {
@@ -113,7 +106,7 @@ interface GetCombinedMethodAvailabilitySignature {
113
106
  * @param - IDs of fulfillment methods used to determine the combined availability.
114
107
  * @deprecated
115
108
  */
116
- (fulfillmentMethodIds: string[]): Promise<NonNullablePaths<GetCombinedMethodAvailabilityResponse, `combinedAvailability.availableTimes` | `combinedAvailability.availableTimes.${number}.dayOfWeek` | `fulfillmentTypes`>>;
109
+ (fulfillmentMethodIds: string[]): Promise<NonNullablePaths<GetCombinedMethodAvailabilityResponse, `combinedAvailability.availableTimes` | `combinedAvailability.availableTimes.${number}.dayOfWeek` | `fulfillmentTypes`, 5>>;
117
110
  }
118
111
  declare function getAggregatedMethodAvailability$1(httpClient: HttpClient): GetAggregatedMethodAvailabilitySignature;
119
112
  interface GetAggregatedMethodAvailabilitySignature {
@@ -123,7 +116,7 @@ interface GetAggregatedMethodAvailabilitySignature {
123
116
  * The aggregated availability is a list of times during which one or more of the given fulfillment methods is available, and the types of those fulfillment methods.
124
117
  * @param - IDs of fulfillment methods used to determine the aggregated availability.
125
118
  */
126
- (fulfillmentMethodIds: string[]): Promise<NonNullablePaths<GetAggregatedMethodAvailabilityResponse, `aggregatedAvailability.availableTimes` | `aggregatedAvailability.availableTimes.${number}.dayOfWeek` | `fulfillmentTypes`>>;
119
+ (fulfillmentMethodIds: string[]): Promise<NonNullablePaths<GetAggregatedMethodAvailabilityResponse, `aggregatedAvailability.availableTimes` | `aggregatedAvailability.availableTimes.${number}.dayOfWeek` | `fulfillmentTypes`, 5>>;
127
120
  }
128
121
  declare function bulkUpdateFulfillmentMethodTags$1(httpClient: HttpClient): BulkUpdateFulfillmentMethodTagsSignature;
129
122
  interface BulkUpdateFulfillmentMethodTagsSignature {
@@ -132,7 +125,7 @@ interface BulkUpdateFulfillmentMethodTagsSignature {
132
125
  * If you specify a tag in both `assignTags` and `unassignTags`, it is assigned.
133
126
  * @param - IDs of the fulfillment methods to update tags for.
134
127
  */
135
- (fulfillmentMethodIds: string[], options?: BulkUpdateFulfillmentMethodTagsOptions): Promise<NonNullablePaths<BulkUpdateFulfillmentMethodTagsResponse, `results` | `results.${number}.itemMetadata.originalIndex` | `results.${number}.itemMetadata.success` | `results.${number}.itemMetadata.error.code` | `results.${number}.itemMetadata.error.description` | `bulkActionMetadata.totalSuccesses` | `bulkActionMetadata.totalFailures` | `bulkActionMetadata.undetailedFailures`> & {
128
+ (fulfillmentMethodIds: string[], options?: BulkUpdateFulfillmentMethodTagsOptions): Promise<NonNullablePaths<BulkUpdateFulfillmentMethodTagsResponse, `results` | `results.${number}.itemMetadata.originalIndex` | `results.${number}.itemMetadata.success` | `results.${number}.itemMetadata.error.code` | `results.${number}.itemMetadata.error.description` | `bulkActionMetadata.totalSuccesses` | `bulkActionMetadata.totalFailures` | `bulkActionMetadata.undetailedFailures`, 6> & {
136
129
  __applicationErrorsType?: BulkUpdateFulfillmentMethodTagsApplicationErrors;
137
130
  }>;
138
131
  }
@@ -144,7 +137,7 @@ interface BulkUpdateFulfillmentMethodTagsByFilterSignature {
144
137
  * If you specify a tag in both `assignTags` and `unassignTags`, it is assigned.
145
138
  * @param - Filter that determines which fulfillment methods to update tags for.
146
139
  */
147
- (filter: Record<string, any>, options?: BulkUpdateFulfillmentMethodTagsByFilterOptions): Promise<NonNullablePaths<BulkUpdateFulfillmentMethodTagsByFilterResponse, `jobId`> & {
140
+ (filter: Record<string, any>, options?: BulkUpdateFulfillmentMethodTagsByFilterOptions): Promise<NonNullablePaths<BulkUpdateFulfillmentMethodTagsByFilterResponse, `jobId`, 2> & {
148
141
  __applicationErrorsType?: BulkUpdateFulfillmentMethodTagsByFilterApplicationErrors;
149
142
  }>;
150
143
  }
@@ -176,4 +169,4 @@ declare const onFulfillmentMethodDeleted: BuildEventDefinition<typeof onFulfillm
176
169
  */
177
170
  declare const onFulfillmentMethodUpdated: BuildEventDefinition<typeof onFulfillmentMethodUpdated$1>;
178
171
 
179
- export { BulkCreateFulfillmentMethodsOptions, BulkCreateFulfillmentMethodsResponse, BulkUpdateFulfillmentMethodTagsByFilterOptions, BulkUpdateFulfillmentMethodTagsByFilterResponse, BulkUpdateFulfillmentMethodTagsOptions, BulkUpdateFulfillmentMethodTagsResponse, FulfillmentMethod, FulfillmentMethodCreatedEnvelope, FulfillmentMethodDeletedEnvelope, FulfillmentMethodUpdatedEnvelope, FulfillmentMethodsQueryBuilder, GetAccumulatedFulfillmentMethodsAvailabilityOptions, GetAccumulatedFulfillmentMethodsAvailabilityResponse, GetAggregatedMethodAvailabilityResponse, GetCombinedMethodAvailabilityResponse, ListAvailableFulfillmentMethodsForAddressOptions, ListAvailableFulfillmentMethodsForAddressResponse, ListFulfillmentMethodsOptions, ListFulfillmentMethodsResponse, UpdateFulfillmentMethod, bulkCreateFulfillmentMethods, bulkUpdateFulfillmentMethodTags, bulkUpdateFulfillmentMethodTagsByFilter, createFulfillmentMethod, deleteFulfillmentMethod, getAccumulatedFulfillmentMethodsAvailability, getAggregatedMethodAvailability, getCombinedMethodAvailability, getFulfillmentMethod, listAvailableFulfillmentMethodsForAddress, listFulfillmentMethods, onFulfillmentMethodCreated, onFulfillmentMethodDeleted, onFulfillmentMethodUpdated, queryFulfillmentMethods, updateFulfillmentMethod };
172
+ export { BulkCreateFulfillmentMethodsOptions, BulkCreateFulfillmentMethodsResponse, BulkUpdateFulfillmentMethodTagsApplicationErrors, BulkUpdateFulfillmentMethodTagsByFilterApplicationErrors, BulkUpdateFulfillmentMethodTagsByFilterOptions, BulkUpdateFulfillmentMethodTagsByFilterResponse, BulkUpdateFulfillmentMethodTagsOptions, BulkUpdateFulfillmentMethodTagsResponse, FulfillmentMethod, FulfillmentMethodCreatedEnvelope, FulfillmentMethodDeletedEnvelope, FulfillmentMethodUpdatedEnvelope, FulfillmentMethodsQueryBuilder, GetAccumulatedFulfillmentMethodsAvailabilityOptions, GetAccumulatedFulfillmentMethodsAvailabilityResponse, GetAggregatedMethodAvailabilityResponse, GetCombinedMethodAvailabilityResponse, ListAvailableFulfillmentMethodsForAddressOptions, ListAvailableFulfillmentMethodsForAddressResponse, ListFulfillmentMethodsOptions, ListFulfillmentMethodsResponse, UpdateFulfillmentMethod, bulkCreateFulfillmentMethods, bulkUpdateFulfillmentMethodTags, bulkUpdateFulfillmentMethodTagsByFilter, createFulfillmentMethod, deleteFulfillmentMethod, getAccumulatedFulfillmentMethodsAvailability, getAggregatedMethodAvailability, getCombinedMethodAvailability, getFulfillmentMethod, listAvailableFulfillmentMethodsForAddress, listFulfillmentMethods, onFulfillmentMethodCreated, onFulfillmentMethodDeleted, onFulfillmentMethodUpdated, queryFulfillmentMethods, updateFulfillmentMethod };