curl --location 'https://api.techrar.com/order/v1/merchant/shipments/couriers/' \
--header 'app-id: 4' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"is_active": true,
"name": "Custom Aramex the three",
"service_method": "express_delivery",
"delivery_method": "to_customer_doorstep",
"pickup_method": "pickup_by_courier_or_dropoff",
"delivery_time": "1_to_4_days",
"pickup_cutoff_time": "12:00:00",
"pricing_model": "variable",
"max_free_weight": 20.0,
"shipping_price": 17.0,
"extra_weight_price": 1.0,
"return_fees": 0.0,
"contact_email": "[email protected]",
"contact_phone": "0534501056"
}'{
"id": 11,
"custom_fields": null,
"is_custom": true,
"is_active": true,
"shipping_price": 17.0,
"shipping_max_free_weight": 20.0,
"shipping_pricing_model": "variable",
"shipping_extra_weight_price": 1.0,
"return_fees": 0.0,
"total_label_price": 0.0,
"label_pricing_model": "variable",
"label_price": 0.0,
"label_max_free_weight": 0.0,
"label_extra_weight_price": 0.0,
"name": "Custom Aramex the three",
"logo": null,
"service_method": "express_delivery",
"delivery_method": "to_customer_doorstep",
"pickup_method": "pickup_by_courier_or_dropoff",
"delivery_time": "1_to_4_days",
"pickup_cutoff_time": "12:00:00",
"country_code": null,
"city": null,
"contact_email": "[email protected]",
"contact_phone": "0534501056"
}