queryFulfillmentMethods( )


Developer Preview

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

Creates a query to retrieve a list of fulfillment methods.

The queryFulfillmentMethods() function builds a query to retrieve a list of fulfillment methods and returns a FulfillmentMethodsQueryBuilder object.

The returned object contains the query definition, which is used to run the query using the find() function.

You can refine the query by chaining FulfillmentMethodsQueryBuilder functions onto the query. FulfillmentMethodsQueryBuilder functions enable you to filter, sort, and control the results that queryFulfillmentMethods() returns.

queryFulfillmentMethods() runs with the following FulfillmentMethodsQueryBuilder defaults, which you can override:

The following FulfillmentMethodsQueryBuilder functions are supported for queryFulfillmentMethods(). For a full description of the fulfillment method object, see the object returned for the items property in FulfillmentMethodsQueryResult.

PROPERTYSUPPORTED FILTERS & SORTING
_ideq(),ne(),exists(),in(),hasSome(),startsWith(),ascending(),descending()
_createdDateeq(),ne(),exists(),in(),hasSome(),lt(),le(),gt(),ge(),ascending(),descending()
_updatedDateeq(),ne(),exists(),in(),hasSome(),lt(),le(),gt(),ge(),ascending(),descending()
typeeq(),ne(),exists(),in(),hasSome(),ascending(),descending()
nameeq(),ne(),exists(),in(),hasSome(),startsWith(),ascending(),descending()
enabledeq(),ne(),exists(),in(),hasSome(),ascending(),descending()
feeeq(),ne(),exists(),in(),hasSome(),startsWith(),ascending(),descending()
minOrderPriceeq(),ne(),exists(),in(),hasSome(),startsWith(),ascending(),descending()
Permissions
Manage Restaurants - all permissions
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
optionsQueryFulfillmentMethodsOptions
Was this helpful?
Yes
No