POST

Get Aggregated Method Availability


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Retrieves the aggregated availability of a list of fulfillment methods.

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.

Permissions
Manage Restaurants - all permissions
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/fulfillment-methods/v1/fulfillment-methods/aggregated-availability

Body Params
fulfillmentMethodIdsArray <string>Requiredformat GUIDmaxItems 500

IDs of fulfillment methods used to determine the aggregated availability.

Response Object
aggregatedAvailabilityAggregatedAvailability

The aggregated availability of the given fulfillment methods.


fulfillmentTypesArray <string>maxItems 100

Types of fulfillment methods available during at least some the aggregated availability's availableTimes.

Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?