postPackages

Operation Id:
packages/packages/post [Official Documentaction]
Methods

  • orderPackages Array<Object>
  • orderId String
  • orderType 'order'|'rma'|'return'
  • packages Array<Object>
Examples

This function assigns an order ID, order type, and a list of packages to a post package object.

const result = await idosellRequest.postPackages
	.orderId("9")
	.orderType("order")
	.packages([{"delivery": 10,"packageNumber": "123465798D"}])
	.exec()