getDeliveriesRegions

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

  • shopId Integer
Examples

This function retrieves the delivery regions associated with shopId 1.

const result = await idosellRequest.getDeliveriesRegions
	.shopId(1)
	.exec()