InventoryFieldName
No description
enum InventoryFieldName {
LOOKUP_KEY
INVENTORY_TYPE
QUANTITY
SKU
SUPPLIER_CODE
SUPPLIER
PRODUCT_ID
SOURCE_ID
SOURCE_NAME
WAREHOUSE_ID
COMPANY_ID
COMPANY_SOURCE_ID
COMPANY_SOURCE_NAME
LOCATION
COST_PRICE
NEXT_DELIVERY_DATE
NOTES
}
Values
InventoryFieldName.LOOKUP_KEY
[Required][String] Unique identifier for inventory record retrieval.
Used to locate and reference specific inventory entries in the system for updates, queries, and reporting operations., must be one of the following: [id, sku, supplierCode, sourceId]
InventoryFieldName.INVENTORY_TYPE
[Required][Enum] Classification of inventory storage and management type.
Determines how the inventory is managed, whether it's held locally in company warehouses or managed by external suppliers for drop-shipping., must be one of the following: [local, supplier]
InventoryFieldName.QUANTITY
[Required][Integer] Current stock level available for this inventory record.
The number of units physically available at this location, used for availability calculations and stock level monitoring.
InventoryFieldName.SKU
[Optional][String] Stock Keeping Unit for product identification.
Unique alphanumeric code used for inventory tracking, order processing, and product identification across all warehouse operations., required only when lookup key is sku
InventoryFieldName.SUPPLIER_CODE
[Optional][String] Supplier's product identification code.
The supplier's own product identifier used for ordering, inventory reconciliation, and communication with supplier systems., required only when lookup key is supplierCode
InventoryFieldName.SUPPLIER
[Optional][String] Supplier name for this inventory batch.
The company or organization that supplied the products. Defaults:
- 'INTERN' for locally managed inventory
- Product supplier name for supplier-managed inventory, required only when lookup key is supplierCode
InventoryFieldName.PRODUCT_ID
[Required][Integer] Product identifier linked to this inventory.
References the specific product in the catalog that this inventory record tracks, enabling product-inventory relationships., required only when lookup key is id
InventoryFieldName.SOURCE_ID
[Optional][String] Data source identifier for inventory integration.
Unique identifier for the system or process that created or manages this inventory record, used for data lineage and synchronization., required only when lookup key is sourceId
InventoryFieldName.SOURCE_NAME
[Optional][String] Data source name for inventory tracking.
Name of the system, supplier, or process that provided this inventory data, used for integration management and data quality., required only when lookup key is sourceId
InventoryFieldName.WAREHOUSE_ID
[Optional][Integer] Warehouse facility identifier.
References the specific warehouse or storage facility where this inventory is physically located for fulfillment operations.
InventoryFieldName.COMPANY_ID
[Optional][Integer] Company identifier for inventory ownership.
References the company that owns or manages this inventory, used for multi-tenant inventory management and reporting.
InventoryFieldName.COMPANY_SOURCE_ID
[Optional][String] Company data source identifier.
Identifier for the system that provided the company information, used for company data synchronization and integration.
InventoryFieldName.COMPANY_SOURCE_NAME
[Optional][String] Company data source name.
Name of the system that provided the company data, used for data lineage tracking and integration management.
InventoryFieldName.LOCATION
[Optional][String] Specific storage location within the warehouse.
Detailed location information such as aisle, shelf, or bin number for precise inventory placement and efficient picking operations. Maximum 35 characters.
InventoryFieldName.COST_PRICE
[Optional][Decimal] Unit cost for this inventory batch.
The cost incurred to acquire each unit in this inventory record, used for margin calculations, inventory valuation, and profitability analysis.
InventoryFieldName.NEXT_DELIVERY_DATE
[Optional][DateTime] Expected replenishment delivery date.
Estimated date when the next shipment of this product will arrive, used for stock planning and customer availability communication. Must be in ISO8601 format. in ISO 8601 format 'YYYY-MM-DDThh:mm:ss.sssZ' (e.g., 2024-10-31T09:55:00.000Z)
InventoryFieldName.NOTES
[Optional][String] Additional information and handling instructions.
Free-form text for storing special handling requirements, quality notes, or other relevant information about this inventory batch. Maximum 255 characters.
Member Of
InventoryCsvMapping input