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
string | StockLocationAddressInputaddress_id
stringmetadata
Record<string, unknown>name
stringRequiredFilterableStockLocationProps
FilterableStockLocationProps: Object
Type declaration
id
string | string[]name
string | string[] | StringComparisonOperatorStockLocationAddressDTO
StockLocationAddressDTO: Object
Schema
Represents a Stock Location Address
Type declaration
address_1
stringRequiredaddress_2
string | nullcity
string | nullcompany
string | nullcountry_code
stringRequiredcreated_at
string | DateRequireddeleted_at
string | Date | nullRequiredid
stringmetadata
Record<string, unknown> | nullphone
string | nullpostal_code
string | nullprovince
string | nullupdated_at
string | DateRequiredStockLocationAddressInput
StockLocationAddressInput: Object
Schema
Represents a Stock Location Address Input
Type declaration
address_1
stringRequiredaddress_2
stringcity
stringcountry_code
stringRequiredmetadata
Record<string, unknown>phone
stringpostal_code
stringprovince
stringUpdateStockLocationInput
UpdateStockLocationInput: Object
Schema
Represents the Input to update a Stock Location
Type declaration
Was this section helpful?