--- title: ShopPayPaymentRequestShippingLineInput - Storefront API description: The input fields to create a shipping line for a Shop Pay payment request. api_version: 2024-10 api_name: storefront type: input_object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/storefront/2024-10/input-objects/ShopPayPaymentRequestShippingLineInput md: >- https://shopify.dev/docs/api/storefront/2024-10/input-objects/ShopPayPaymentRequestShippingLineInput.txt --- # Shop​Pay​Payment​Request​Shipping​Line​Input input\_object The input fields to create a shipping line for a Shop Pay payment request. ## Fields * amount [Money​Input](https://shopify.dev/docs/api/storefront/2024-10/input-objects/MoneyInput) The amount for the shipping line. * code [String](https://shopify.dev/docs/api/storefront/2024-10/scalars/String) The code of the shipping line. * label [String](https://shopify.dev/docs/api/storefront/2024-10/scalars/String) The label of the shipping line. *** ## Input objects using this input * [Shop​Pay​Payment​Request​Input.​shipping​Lines](https://shopify.dev/docs/api/storefront/2024-10/input-objects/ShopPayPaymentRequestInput#field-shippingLines) INPUT OBJECT The input fields represent a Shop Pay payment request. *** ## Map ### Input objects using this input * [Shop​Pay​Payment​Request​Input.shippingLines](https://shopify.dev/docs/api/storefront/2024-10/input-objects/ShopPayPaymentRequestInput#field-shippingLines)