Types > InventoryLocationDateRangeCreate
Commerce APITypesInventoryLocationDateRangeCreate
InventoryLocationDateRangeCreate

Description

Fields

day_from: Int!

Lower day boundary (inclusive, 1-based)

Example: 31


day_to: Int!

Upper day boundary (inclusive, 1-based)

Example: 31


month_from: Int!

Lower month boundary (inclusive, 1-based)

Example: 12


month_to: Int!

Upper month boundary (inclusive, 1-based)

Example: 12


name: String!

Description of the range

Example: "New Year"


year_from: Int!

Lower year boundary (inclusive, 0 when recurring)

Example: 2015


year_to: Int!

Upper year boundary (inclusive, 0 when recurring)

Example: 2016


Used By

Types

InventoryLocationSpecialHoursCreate

Preview (typescript)

Loading module