Hey folks,
we would like to use the transit times in our shipping zones that we did setup manually. But the api just exposes following fields:
[{
"name": "DHL Mail (with tracking & insurance)",
"presentment_name": "DHL Mail (with tracking & insurance)",
"code": "DHL Mail (with tracking & insurance)",
"price": "2.90",
"markup": "0.00",
"source": "shopify",
"delivery_date": null,
"delivery_range": ,
"delivery_days": ,
"compare_price": null,
"phone_required": false,
"currency": "EUR",
"carrier_identifier": null,
"delivery_category": null,
"using_merchant_account": false,
"carrier_service_id": null,
"description": "",
"additional_data": null,
"incoterm": null,
"api_client_id": null,
"requested_fulfillment_service_id": null,
"shipment_options": null,
"charge_items": null,
"has_restrictions": false,
"rating_classification": null,
"accepts_instructions": false,
"metafields": null
}]
Would be great to have the data of manual transit times as well in delivery_days and delievery_range since they get exposed in the checkout.