Fulfillment Method Object


A Fulfillment Method represents a way in which a restaurant can provide orders to its customers.

Properties
availabilityAvailability

Availability of this fulfillment method.


businessLocationIdstringRead-onlyformat GUID

Business location ID (SDK | REST) of the operation this fulfillment method belongs to.


createdDatestringRead-onlyformat date-time

Date and time the fulfillment method was created.


enabledboolean

Whether the fulfillment method is enabled.


extendedFieldsExtendedFields

Extended fields.


feestringdecimalValue {"maxScale":3}

Fee for using this fulfillment method.


idstringRead-onlyformat GUID

Fulfillment method ID.


One Of

deliveryOptionsDeliveryOptions

Data specific for delivery fulfillment method.


pickupOptionsPickupOptions

Data specific for pickup fulfillment method.


minOrderPricestringdecimalValue {"maxScale":3}

Minimum order price to qualify for using this fulfillment method.


namestringminLength 1maxLength 30

Fulfillment method name.


revisionstringRead-onlyformat int64

The current state of an item. Each time the item is modified, its revision changes by the server. for an update operation to succeed, you MUST pass the latest revision.


tagsTags

Tags used to classify and sort different types of fulfillment methods.


typestring

Type of fulfillment method.


updatedDatestringRead-onlyformat date-time

Date and time the fulfillment method was last updated.

Did this help?