--- title: ShopPayPaymentRequestContactFieldInput - Storefront API description: |- The input fields to create a contact field. This input type has been depreciated now that shipping_address is pulled from the payment_method. api_version: unstable api_name: storefront source_url: html: https://shopify.dev/docs/api/storefront/unstable/input-objects/shoppaypaymentrequestcontactfieldinput md: https://shopify.dev/docs/api/storefront/unstable/input-objects/shoppaypaymentrequestcontactfieldinput.md --- # Shop​Pay​Payment​Request​Contact​Field​Input input\_object The input fields to create a contact field. This input type has been depreciated now that shipping\_address is pulled from the payment\_method. ## Fields * address1 [String](https://shopify.dev/docs/api/storefront/unstable/scalars/String) The first address line of the contact field. * address2 [String](https://shopify.dev/docs/api/storefront/unstable/scalars/String) The second address line of the contact field. * city [String](https://shopify.dev/docs/api/storefront/unstable/scalars/String) The city of the contact field. * company​Name [String](https://shopify.dev/docs/api/storefront/unstable/scalars/String) The company name of the contact field. * country​Code [String](https://shopify.dev/docs/api/storefront/unstable/scalars/String) The country of the contact field. * email [String](https://shopify.dev/docs/api/storefront/unstable/scalars/String) The email of the contact field. * first​Name [String](https://shopify.dev/docs/api/storefront/unstable/scalars/String) The first name of the contact field. * last​Name [String](https://shopify.dev/docs/api/storefront/unstable/scalars/String) The first name of the contact field. * phone [String](https://shopify.dev/docs/api/storefront/unstable/scalars/String) The phone number of the contact field. * postal​Code [String](https://shopify.dev/docs/api/storefront/unstable/scalars/String) The postal code of the contact field. * province​Code [String](https://shopify.dev/docs/api/storefront/unstable/scalars/String) The province of the contact field. *** ## Input objects using this input * [Shop​Pay​Payment​Request​Input.shippingAddress](https://shopify.dev/docs/api/storefront/unstable/input-objects/ShopPayPaymentRequestInput#fields-shippingAddress) INPUT OBJECT The input fields represent a Shop Pay payment request. *** ## Map ### Input objects using this input * [Shop​Pay​Payment​Request​Input.shippingAddress](https://shopify.dev/docs/api/storefront/unstable/input-objects/ShopPayPaymentRequestInput#fields-shippingAddress)