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
3 enum supported values:
UNKNOWN_FULFILLMENT_TYPEPICKUPDELIVERY

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.


availabilityobject

Availability of this fulfillment method.


minOrderPricestringdecimalValue {"maxScale":3}

Minimum order price to qualify for using this fulfillment method.


ONE OF:


pickupOptionsobject

Data specific for pickup fulfillment method.


deliveryOptionsobject

Data specific for delivery fulfillment method.

Was this helpful?
Yes
No