Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 837 Bytes

UpdateSpecialHourResponse.md

File metadata and controls

26 lines (14 loc) · 837 Bytes

UpdateSpecialHourResponse

Object contain update store special 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 special hours.

Enum: List<ErrorReasonsEnum>

Name Value
PENDING_ORDERS "PendingOrders"
UNKNOWN_DEFAULT_OPEN_API "unknown_default_open_api"