CarrierType
Classification of shipping service delivery methods
enum CarrierType {
PICKUP
DELIVERY
}
Values
CarrierType.PICKUP
Customer pickup service where orders are collected from designated pickup points or carrier locations
CarrierType.DELIVERY
Home or business delivery service where orders are delivered directly to the customer's specified address
Member Of
Carrier
object ● CarrierCreateInput
input ● CarriersSearchInput
input ● CarrierUpdateInput
input