Operation Id:
deliveries/defaultProfiles/put [Official Documentaction]
Methods
- regionId Integer
- shopId Integer
- retailProfileId Integer
- wholesaleProfileId Integer
Examples
This function sets the shop ID, region ID, and retail profile ID for default deliveries.
Loading editor...
const result = await idosellRequest.putDeliveriesDefaultProfiles .shopId(1) .regionId(1143020169) .retailProfileId(1118398155) .exec();