---
title: URL - Customer API
description: >
  Represents an [RFC 3986](https://datatracker.ietf.org/doc/html/rfc3986) and

  [RFC 3987](https://datatracker.ietf.org/doc/html/rfc3987)-compliant URI
  string.


  For example, `"https://example.myshopify.com"` is a valid URL. It includes a
  scheme (`https`) and a host

  (`example.myshopify.com`).
api_version: unstable
api_name: customer
source_url:
  html: 'https://shopify.dev/docs/api/customer/unstable/scalars/URL'
  md: 'https://shopify.dev/docs/api/customer/unstable/scalars/URL.md'
---

# URL

scalar

Represents an [RFC 3986](https://datatracker.ietf.org/doc/html/rfc3986) and [RFC 3987](https://datatracker.ietf.org/doc/html/rfc3987)-compliant URI string.

For example, `"https://example.myshopify.com"` is a valid URL. It includes a scheme (`https`) and a host (`example.myshopify.com`).

## Map

### Fields with this scalar

* [Checkout.webUrl](https://shopify.dev/docs/api/customer/unstable/objects/Checkout#field-Checkout.fields.webUrl)
* [Customer.imageUrl](https://shopify.dev/docs/api/customer/unstable/objects/Customer#field-Customer.fields.imageUrl)
* [Domain.url](https://shopify.dev/docs/api/customer/unstable/objects/Domain#field-Domain.fields.url)
* [Draft​Order.invoiceUrl](https://shopify.dev/docs/api/customer/unstable/objects/DraftOrder#field-DraftOrder.fields.invoiceUrl)
* [Generic​File.url](https://shopify.dev/docs/api/customer/unstable/objects/GenericFile#field-GenericFile.fields.url)
* [Image.url](https://shopify.dev/docs/api/customer/unstable/objects/Image#field-Image.fields.url)
* [Market​Web​Presence​Root​Url.url](https://shopify.dev/docs/api/customer/unstable/objects/MarketWebPresenceRootUrl#field-MarketWebPresenceRootUrl.fields.url)
* [Order.statusPageUrl](https://shopify.dev/docs/api/customer/unstable/objects/Order#field-Order.fields.statusPageUrl)
* [Order​Payment​Information.paymentCollectionUrl](https://shopify.dev/docs/api/customer/unstable/objects/OrderPaymentInformation#field-OrderPaymentInformation.fields.paymentCollectionUrl)
* [Payment​Icon​Image.url](https://shopify.dev/docs/api/customer/unstable/objects/PaymentIconImage#field-PaymentIconImage.fields.url)
* [Reverse​Delivery​Label.publicFileUrl](https://shopify.dev/docs/api/customer/unstable/objects/ReverseDeliveryLabel#field-ReverseDeliveryLabel.fields.publicFileUrl)
* [Reverse​Delivery​Tracking.trackingUrl](https://shopify.dev/docs/api/customer/unstable/objects/ReverseDeliveryTracking#field-ReverseDeliveryTracking.fields.trackingUrl)
* [Shop.url](https://shopify.dev/docs/api/customer/unstable/objects/Shop#field-Shop.fields.url)
* [Shop​Policy.url](https://shopify.dev/docs/api/customer/unstable/objects/ShopPolicy#field-ShopPolicy.fields.url)
* [Subscription​Line.onlineStoreUrl](https://shopify.dev/docs/api/customer/unstable/objects/SubscriptionLine#field-SubscriptionLine.fields.onlineStoreUrl)
* [Tracking​Information.url](https://shopify.dev/docs/api/customer/unstable/objects/TrackingInformation#field-TrackingInformation.fields.url)
