---
title: ShopPayPaymentRequestShippingLineInput - Storefront API
description: The input fields to create a shipping line for a Shop Pay payment request.
api_version: 2026-07
source_url:
  html: https://shopify.dev/docs/api/storefront/latest/input-objects/shoppaypaymentrequestshippinglineinput
  md: https://shopify.dev/docs/api/storefront/latest/input-objects/shoppaypaymentrequestshippinglineinput.md
---

# 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/latest/input-objects/MoneyInput)

  The amount for the shipping line.

* code

  [String](https://shopify.dev/docs/api/storefront/latest/scalars/String)

  The code of the shipping line.

* label

  [String](https://shopify.dev/docs/api/storefront/latest/scalars/String)

  The label of the shipping line.

***

## Input objects using this input

* [Shop​Pay​Payment​Request​Input.shippingLines](https://shopify.dev/docs/api/storefront/latest/input-objects/ShopPayPaymentRequestInput#fields-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/latest/input-objects/ShopPayPaymentRequestInput#fields-shippingLines)