# ShopPayPaymentRequest - storefront - OBJECT Version: 2024-10 ## Description Represents a Shop Pay payment request. ### Access Scopes ## Fields * [deliveryMethods](/docs/api/storefront/2024-10/objects/ShopPayPaymentRequestDeliveryMethod): ShopPayPaymentRequestDeliveryMethod! - The delivery methods for the payment request. * [discountCodes](/docs/api/storefront/2024-10/scalars/String): String! - The discount codes for the payment request. * [discounts](/docs/api/storefront/2024-10/objects/ShopPayPaymentRequestDiscount): ShopPayPaymentRequestDiscount - The discounts for the payment request order. * [lineItems](/docs/api/storefront/2024-10/objects/ShopPayPaymentRequestLineItem): ShopPayPaymentRequestLineItem! - The line items for the payment request. * [locale](/docs/api/storefront/2024-10/scalars/String): String! - The locale for the payment request. * [presentmentCurrency](/docs/api/storefront/2024-10/enums/CurrencyCode): CurrencyCode! - The presentment currency for the payment request. * [selectedDeliveryMethodType](/docs/api/storefront/2024-10/enums/ShopPayPaymentRequestDeliveryMethodType): ShopPayPaymentRequestDeliveryMethodType! - The delivery method type for the payment request. * [shippingAddress](/docs/api/storefront/2024-10/objects/ShopPayPaymentRequestContactField): ShopPayPaymentRequestContactField - The shipping address for the payment request. * [shippingLines](/docs/api/storefront/2024-10/objects/ShopPayPaymentRequestShippingLine): ShopPayPaymentRequestShippingLine! - The shipping lines for the payment request. * [subtotal](/docs/api/storefront/2024-10/objects/MoneyV2): MoneyV2! - The subtotal amount for the payment request. * [total](/docs/api/storefront/2024-10/objects/MoneyV2): MoneyV2! - The total amount for the payment request. * [totalShippingPrice](/docs/api/storefront/2024-10/objects/ShopPayPaymentRequestTotalShippingPrice): ShopPayPaymentRequestTotalShippingPrice - The total shipping price for the payment request. * [totalTax](/docs/api/storefront/2024-10/objects/MoneyV2): MoneyV2 - The total tax for the payment request. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples