Input object
On this page
Fields
-
cart (
Cart!
)The cart.
-
deliveryAddress (
MailingAddress!
)The delivery address for pickup point delivery option.
-
fetchResult (
HttpResponse
)The result of the fetch target. Refer to network access for Shopify Functions.
-
localization (
Localization!
)The localization of the Function execution context.
-
presentmentCurrencyRate (
Decimal!
)The conversion rate between the shop's currency and the currency of the cart.
-
shop (
Shop!
)Information about the shop.
Deprecated fields
-
allocations (
[Allocation!]!
) deprecatedA list of allocations.
Deprecation warning
Use
deliveryAddress
instead.