Types > InventoryLocationDayHourCreate
Commerce APITypesInventoryLocationDayHourCreate
InventoryLocationDayHourCreate

Description

Fields

minute_from: Int!

Lower minute boundary (inclusive)

Example: 30


minute_to: Int!

Upper minute boundary (inclusive)

Example: 59


Used By

Types

InventoryLocationSpecialHoursCreate

Preview (typescript)

interface InventoryLocationDayHourCreate {
minute_from: number
minute_to: number
}