CatalogEntryInventory
Use the CatalogEntryInventory keyword to load catalog entry inventory (non-ATP store) into the WebSphere Commerce database.Previously, you could load this data only in CSV formatted files. We can now load information in a CSV or XML formatted input file. Your input file must contain CSV column or XML element names and definitions that specify the characteristics of the business object type we are loading into the database.
CSV column and XML element definitions
- PartNumber
- (String) The part number used to identify the source catalog entry in the association. Either this field or the CatalogEntryUniqueId is required. The part number for a catalog entry displays in Management Center as the value for the catalog entry Code property.
- 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. Default is 'C62'. C62 is the UN/CEFACT code that represents 'one'.
- Delete
- (String) Indicates whether to delete. If you perform a delete operation, specify this column. A value of "1" indicates that the row is to be deleted.