getDeliveriesProfiles

Operation Id:
deliveries/profiles/get [Official Documentaction]
Methods

  • resultsPage Integer
  • resultsLimit Integer
Examples

This function retrieves the delivery profiles from page 0 to page 3.

Loading editor...

const result = await idosellRequest.getDeliveriesProfiles
	.page(0,3)
	.exec();