Skip to main content

Product Transfer (createProduct)

Product Transfer

When uploading your material work orders to the Horoz system, the createProduct() method is used. It supports both single and multiple material submissions.

  • Before material transfer is carried out using this method, details regarding Horoz Parametric Property information must be communicated to Horoz Logistics.
  • The maximum number of materials that can be sent within each request is 1,000.

POST createProduct

Parameter Descriptions & Rules

The table below lists the input and output parameters of the createProduct() operation, along with their types and formats.

ParameterMandatoryDescriptionData Type
processKeyYesInformation provided to you for processKeystring
ProductListYesMaterial Line Information.ProductListDto

ProductList

ParameterMandatoryDescriptionData Type
ProductCodeYesMaterial Codestring
ProductNameYesMaterial Namestring
ProductDescriptionNoMaterial Descriptionstring
SerialNumberTrackingNoSerial Number Trackingstring
DataTransferInfoNoData Transfer Informationstring
ProductSizesNoMaterial SizesProductSizesDto

ProductSizes

ParameterMandatoryDescriptionData Type
MeasuringUnitNoMeasurement Unitstring
WidthNoWidthstring
LengthNoLengthstring
HeightNoHeightstring
GrossWeightNoGross Weightstring
NetWeightNoNet Weightstring
LengthUnitNoLength Unitstring
WeightUnitNoWeight Unitstring
IsConsumerUnitNoConsumer Unitstring
IsSalesUnitNoSales Unitstring
DataTransferInfoNoData Transfer Informationstring

Services Response

resulterrorCodesystemMessageDescription
1Material information sent to the Horoz system has been successfully transferred.
0101DUPLICATE MATERIAL RECORD!Material information sent to the Horoz system already exists.
0101UNDEFINED SUPPLIER!Supplier information sent to the Horoz system is undefined.