Operation Id:
deliveries/regions/post [Official Documentaction]
Methods
- regionName String
- shopId Integer
- postCodeFrom String
- postCodeTo String
- parentRegionId Integer
Examples
This function sets the parameters for a post delivery region with a specific post code range, region name, shop ID, and parent region ID.
const result = await idosellRequest.postDeliveriesRegions
.postCodeFrom("00-000")
.postCodeTo("01-000")
.regionName("wwa1")
.shopId(1)
.parentRegionId(1)
.exec()