Skip to main content
Skip to main content

StockLocationTypes

internal.internal.StockLocationTypes

References

IStockLocationService

Re-exports IStockLocationService


StockLocationDTO

Re-exports StockLocationDTO


StockLocationExpandedDTO

Re-exports StockLocationExpandedDTO

Type Aliases

CreateStockLocationInput

CreateStockLocationInput: Object

Schema

Represents the Input to create a Stock Location

Type declaration

address_idstring
metadataRecord<string, unknown>
namestringRequired

FilterableStockLocationProps

FilterableStockLocationProps: Object

Type declaration

idstring | string[]
namestring | string[] | StringComparisonOperator

StockLocationAddressDTO

StockLocationAddressDTO: Object

Schema

Represents a Stock Location Address

Type declaration

address_1stringRequired
address_2string | null
citystring | null
companystring | null
country_codestringRequired
created_atstring | DateRequired
deleted_atstring | Date | nullRequired
idstring
metadataRecord<string, unknown> | null
phonestring | null
postal_codestring | null
provincestring | null
updated_atstring | DateRequired

StockLocationAddressInput

StockLocationAddressInput: Object

Schema

Represents a Stock Location Address Input

Type declaration

address_1stringRequired
address_2string
citystring
country_codestringRequired
metadataRecord<string, unknown>
phonestring
postal_codestring
provincestring

UpdateStockLocationInput

UpdateStockLocationInput: Object

Schema

Represents the Input to update a Stock Location

Type declaration

address_idstring
metadataRecord<string, unknown>
namestring
Was this section helpful?