# ShopPayPaymentRequestDeliveryMethodInput - storefront - INPUT_OBJECT Version: unstable ## Description The input fields to create a delivery method for a Shop Pay payment request. ### Access Scopes ## Fields * [amount](/docs/api/storefront/unstable/input-objects/MoneyInput): MoneyInput - The amount for the delivery method. * [code](/docs/api/storefront/unstable/scalars/String): String - The code of the delivery method. * [deliveryExpectationLabel](/docs/api/storefront/unstable/scalars/String): String - The detail about when the delivery may be expected. * [detail](/docs/api/storefront/unstable/scalars/String): String - The detail of the delivery method. * [label](/docs/api/storefront/unstable/scalars/String): String - The label of the delivery method. * [maxDeliveryDate](/docs/api/storefront/unstable/scalars/ISO8601DateTime): ISO8601DateTime - The maximum delivery date for the delivery method. * [minDeliveryDate](/docs/api/storefront/unstable/scalars/ISO8601DateTime): ISO8601DateTime - The minimum delivery date for the delivery method. ## Input objects with this input object * [ShopPayPaymentRequestInput](/docs/api/storefront/unstable/input-objects/ShopPayPaymentRequestInput) ## Examples