DeliveryOfferInput
Version 2024-04-01
Overview
DeliveryOfferInput captures agreed upon delivery information for items.
The input is either DeliveryOfferSummaryInput or DeliveryOfferDetailsInput and never both. The delivery offer input does not have a recipient set at the delivery offer and will use the recipient set at Order level. As we support multi-recipient usecases we expect recipient to be added at a delivery offer level.
DeliveryOfferSummaryInput captures the minimum information required to represent expected delivery details on the order. DeliveryOfferDetailsInput captures customer's delivery offer selection during checkout. If the delivery offer is a Buy with Prime delivery offer, then this should be used.
Arguments
Argument | Description |
---|---|
details (DeliveryOfferDetailsInput) | Represents customer's delivery offer selection during checkout. If the delivery offer is a Buy with Prime delivery offer, then this should be used. |
summary (DeliveryOfferSummaryInput) | Represents customer's delivery offer selection during checkout. |
Updated about 2 months ago