Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1019 Bytes

UpdateDeliveryHourResponse.md

File metadata and controls

29 lines (17 loc) · 1019 Bytes

UpdateDeliveryHourResponse

Object contain update store delivery hour response

Properties

Name Type Description Notes
errorReasons List<ErrorReasonsEnum> Error message when updating store delivery hour. `null` indicates no error. [optional]
orderCount Long Total active order for the day.
scheduledOrderCount Long Total scheduled order during store close period.
closeImmediately Boolean Indicate the store status after updating delivery hours.

Enum: List<ErrorReasonsEnum>

Name Value
CLOSING_HOURS_INEFFECTIVE "ClosingHoursIneffective"
FORCE_UPDATED "ForceUpdated"
PENDING_SCHEDULED_ORDERS "PendingScheduledOrders"
PENDING_ORDERS "PendingOrders"
UNKNOWN_DEFAULT_OPEN_API "unknown_default_open_api"