Przejdź do głównej zawartości

DeliveryEstimate

Estimated delivery window for a shipping method, in business days.

type DeliveryEstimate {
description: String
maxDays: Int
minDays: Int
}

Fields

DeliveryEstimate.description ● String scalar

Pre-formatted human-readable estimate (e.g. "1-2 business days"). Localised; render as-is.

DeliveryEstimate.maxDays ● Int scalar

Maximum expected delivery time in business days.

DeliveryEstimate.minDays ● Int scalar

Minimum expected delivery time in business days.

Member Of

AvailableShippingMethod object