Reference > Data load utility CSV column definitions
Catalog entry inventory
Use the CatalogEntryInventory keyword to load catalog entry inventory (non-ATP store) into the database using a CSV file. The CSV file contains column definitions specifying the characteristics of the catalog business object type.
CSV file column definitions
- PartNumber
- (String) The part number used to identify the source catalog entry in the association. Either this field or the CatalogEntryUniqueId is required.
- CatalogEntryUniqueId
- (Integer) The internal unique reference number of the catalog entry. Either this field or the PartNumber is required.
- FulfillmentCenterName
- (String) The name of the fulfillment center.
- FulfillmentCenterId
- (Integer) The unique reference number of the fulfillment center.
- Quantity
- (Integer) The quantity of the catalog entry inventory.
- QuantityMeasure
- (String) The unit of measurement for the Quantity. The default value is 'C62'. C62 is the UN/CEFACT code that represents 'one'.
- Delete
- (String) Indicates whether to delete. If you are performing a delete operation, specify this column. A value of "1" indicates that the row should be deleted.