ShopPayPaymentRequestLineItemInput - storefront - INPUT_OBJECT
Version: 2024-10
Description:
The input fields to create a line item for a Shop Pay payment request.
Access Scopes
Fields
-
finalItemPrice:
MoneyInput -
The final item price for the line item.
-
finalLinePrice:
MoneyInput -
The final line price for the line item.
-
image:
ShopPayPaymentRequestImageInput -
The image of the line item.
-
itemDiscounts:
ShopPayPaymentRequestDiscountInput -
The item discounts for the line item.
The input must not contain more than `250` values.
-
label:
String -
The label of the line item.
-
lineDiscounts:
ShopPayPaymentRequestDiscountInput -
The line discounts for the line item.
The input must not contain more than `250` values.
-
originalItemPrice:
MoneyInput -
The original item price for the line item.
-
originalLinePrice:
MoneyInput -
The original line price for the line item.
-
quantity:
Int! -
The quantity of the line item.
-
requiresShipping:
Boolean -
Whether the line item requires shipping.
-
sku:
String -
The SKU of the line item.
Input objects with this input object
Examples