Fulfillment Method Object


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

Properties
idstringRead-onlyformat GUID

Fulfillment method ID.


revisionintegerRead-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.


createdDatestringRead-onlyformat date-time

Date and time the fulfillment method was created.


updatedDatestringRead-onlyformat date-time

Date and time the fulfillment method was last updated.


typestring

Type of fulfillment method.


namestringminLength 1maxLength 30

Fulfillment method name.


enabledboolean

Whether the fulfillment method is enabled.


feestringdecimalValue {"maxScale":3}

Fee for using this fulfillment method.


availabilityAvailability

Availability of this fulfillment method.


minOrderPricestringdecimalValue {"maxScale":3}

Minimum order price to qualify for using this fulfillment method.


ONE OF:

pickupOptionsPickupOptions

Data specific for pickup fulfillment method.


deliveryOptionsDeliveryOptions

Data specific for delivery fulfillment method.

Did this help?