Skip to main content

InventoryFieldName

No description

enum InventoryFieldName {
LOOKUP_KEY
INVENTORY_TYPE
QUANTITY
SKU
SUPPLIER_CODE
SUPPLIER
PRODUCT_ID
SOURCE_ID
SOURCE_NAME
LANGUAGE
WAREHOUSE_ID
COMPANY_ID
COMPANY_SOURCE_ID
COMPANY_SOURCE_NAME
COMPANY_LANGUAGE
USERGROUP_ID
USERGROUP_SOURCE_ID
USERGROUP_SOURCE_NAME
USERGROUP_LANGUAGE
LOCATION
COST_PRICE
NEXT_DELIVERY_DATE
NOTES
}

Values

InventoryFieldName.LOOKUP_KEY

[Required][String] Key used for inventory lookup

InventoryFieldName.INVENTORY_TYPE

[Required][Enum] Inventory type to create, must be one of the following: [local, supplier]

InventoryFieldName.QUANTITY

[Required][Integer] Inventory quantity

InventoryFieldName.SKU

[Optional][String] Stock Keeping Unit identifier for the inventory, required only when lookup key is sku

InventoryFieldName.SUPPLIER_CODE

[Optional][String] Code identifying the supplier of the inventory, required only when lookup key is supplierCode

InventoryFieldName.SUPPLIER

[Optional][String] Inventory supplier. Defaults:

  • 'INTERN' for local inventory type
  • '[inherited from product supplier]' for supplier inventory type, required only when lookup key is supplierCode

InventoryFieldName.PRODUCT_ID

[Required][Integer] Inventory product identifier, required only when lookup key is id

InventoryFieldName.SOURCE_ID

[Optional][String] Identifier for the inventory source, required only when lookup key is sourceId

InventoryFieldName.SOURCE_NAME

[Optional][String] Name of the inventory source, required only when lookup key is sourceId

InventoryFieldName.LANGUAGE

[Optional][String] Language associated with the inventory, required only when lookup key is sourceId

InventoryFieldName.WAREHOUSE_ID

[Optional][Integer] Inventory warehouse identifier

InventoryFieldName.COMPANY_ID

[Optional][Integer] Company identifier related to the inventory

InventoryFieldName.COMPANY_SOURCE_ID

[Optional][String] Source identifier for the company

InventoryFieldName.COMPANY_SOURCE_NAME

[Optional][String] Source name for the company

InventoryFieldName.COMPANY_LANGUAGE

[Optional][String] Language associated with the company

InventoryFieldName.USERGROUP_ID

[Optional][Integer] Usergroup identifier related to the inventory

InventoryFieldName.USERGROUP_SOURCE_ID

[Optional][String] Source identifier for the usergroup

InventoryFieldName.USERGROUP_SOURCE_NAME

[Optional][String] Source name for the usergroup

InventoryFieldName.USERGROUP_LANGUAGE

[Optional][String] Language associated with the user group

InventoryFieldName.LOCATION

[Optional][String] Inventory location

InventoryFieldName.COST_PRICE

[Optional][Decimal] Inventory cost price

InventoryFieldName.NEXT_DELIVERY_DATE

[Optional][DateTime] Inventory estimated next delivery date 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] Inventory notes

Member Of

InventoryCsvMapping input