putOrdersWarehouse

Operation Id:
orders/warehouse/put [Official Documentaction]
Methods

  • orderSerialNumber Integer
  • stockId Integer
  • orderOperatorLogin String
  • externalStockId 'amazonde'|'amazones'|'amazonfr'|'amazonit'|'amazoncouk'|'amazonnl'|'amazonse'|'amazoncomtr'|'amazonae'|'amazonus'|'amazonpl'
Examples

This function updates the stock ID of the order with serial number 3 in the warehouse.

const result = await idosellRequest.putOrdersWarehouse
	.orderSerialNumber(3)
	.stockId(2)
	.exec()