Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.23 KB

ItemNumberSchemaTierDto.md

File metadata and controls

15 lines (11 loc) · 1.23 KB

ItemNumberSchemaTierDto

Properties

Name Type Description Notes
length int The (maximum) length for this tier. Will not accept a length less than 1. Defaults to 1 if length less than one is specified.
type ItemNumberTypeDto This ItemNumberSchemaTier's type.
tier_type ItemNumberSchemaTierTypeDto This specifies which ItemNumberSchemaTierType this tier represents. This can be, for example, a group tier / level, a position level or a lot level.
is_lot bool Indicates if this tier represents a lot. See the documentation for more information about lots.
increment int This value is the increment, or step size, that should be used for new item numbers. It defaults to DEFAULT_INCREMENT, but can be changed to any other positive number greater than zero. Invalid values make this be set to one '1'
tier_name str This is an optional name for the given tier [optional]

[Back to Model list] [Back to API list] [Back to README]