getWmsStocksdocumentsProducts

Operation Id:
wms/stocksdocuments/products/get [Official Documentaction]
Methods

  • type 'pz'|'pw'|'px'|'rx'|'rw'|'mm'|'wz'|'zw'
  • id Integer
  • results_page Integer
  • results_limit Integer
Examples

This function retrieves the type of products in the WMS stocks documents with a code "pz".

const result = await idosellRequest.getWmsStocksdocumentsProducts
	.type("pz")
	.exec()

This function retrieves the document identification number for the product with the ID 123 in the WmsStocksdocumentsProducts collection.

const result = await idosellRequest.getWmsStocksdocumentsProducts
	.id(123)
	.exec()