[v2.6] ItemMaster

Overview

This endpoint covers the creation of items in SCC from a host system and setting up all item information. 

Note

For items to be included on purchase orders, there must be an active item authorization record for the item-and-supplier combination.  


POST /ItemMaster


 Request Body
PropertyData TypeNotes
hostItemstringItem number in the host system.
descriptionstringItem description.
activebooleanIs the item currently active?
overagePercentnumber
underagePercentnumber
containerQuantitynumberNormal quantity in a container.
palletQuantitynumberNormal quantity on a pallet.
weightnumberNormal weight of one unit of this item.
weightUomstring

Possible values:

  • Lb
  • Oz
  • Kg
dimensionUomsting

Possible values:

  • Inch
  • Cm
itemCountryOfOriginstringmax length: 2
nmfcstringThe National Motor Freight code for the item. 
hazMatClassstring
hazMatDivisionstring
hazMatProperShippingNamestring
hazMatTechnicalNamestring
hazMatPackingIdstring
hazMatPackingGroupstring
hazMatQuantitynumber
hazMatUomstring
budgetItemGroupstring


 systemAttributes

Defines the system attribute DTO model.

PropertyData TypeNotes
attributeNamestringGets or sets the attribute name.
attributeDescriptionstringGets or sets the attribute description.
valuestringGets or sets the system attribute value.
 batchRequirements
PropertyData TypeNotes
mixBatchboolean
manufacturedDateRuleenum
  • Required
  • Optional
  • None
expirationDateRuleenum
  • Required
  • Optional
  • None



 Response
PropertyData TypeNotes
successboolean
errorMessagesstring



Feedback

Submit feedback.