店铺-Shop 对象
表示商店对象。
在本页面
Connections
- AssignedFulfillmentOrders(
[FulfillmentOrderConnection!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillmentorder)
)
分配给履行服务的履行订单的分页清单。
所需的访问read_assigned_fulfillment_orders
访问范围。
争论 | 描述 |
---|---|
after () [String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01) |
返回指定游标之后的元素。 |
assignmentStatus () [FulfillmentOrderAssignmentStatus](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillmentorderassignmentstatus) |
应返回的履行订单的分配状态。 |
before () [String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01) |
返回指定游标之前的元素。 |
first () [Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01) |
返回n 列表中的第一个元素。 |
last () [Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01) |
返回n 列表中的最后一个元素。 |
locationIds () [[ID!]](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01) |
仅返回由位置ID列表指定的特定位置的履行订单。 |
reverse () [Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01) |
颠倒基础列表的顺序。 默认值: false |
sortKey () [FulfillmentOrderSortKeys](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillmentordersortkeys) |
按给定键对基础列表进行排序。 默认值: ID |
- availableChannelApps(
[AppConnection!](https://shopify.dev/docs/admin-api/graphql/reference/apps/appconnection)
)
商店当前未安装的销售渠道列表。
争论 | 描述 |
---|---|
after () [String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01) |
返回指定游标之后的元素。 |
before () [String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01) |
返回指定游标之前的元素。 |
first () [Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01) |
返回n 列表中的第一个元素。 |
last () [Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01) |
返回n 列表中的最后一个元素。 |
reverse () [Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01) |
颠倒基础列表的顺序。 默认值: false |
- currencySettings(
[CurrencySettingConnection!](https://shopify.dev/docs/admin-api/graphql/reference/orders/currencysetting)
)
商店的货币设置。
争论 | 描述 |
---|---|
after () [String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01) |
返回指定游标之后的元素。 |
before () [String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01) |
返回指定游标之前的元素。 |
first () [Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01) |
返回n 列表中的第一个元素。 |
last () [Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01) |
返回n 列表中的最后一个元素。 |
reverse () [Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01) |
颠倒基础列表的顺序。 默认值: false |
- customerTags(
[StringConnection!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/stringconnection)
)
已添加到客户帐户的标签列表。
所需的访问read_customers
访问范围。
争论 | 描述 |
---|---|
first () [Int!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01) 必需的 |
返回n 列表中的第一个元素。 |
- draftOrderTags(
[StringConnection!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/stringconnection)
)
已添加到草稿订单中的标签列表。
所需的访问read_draft_orders
访问范围。
争论 | 描述 |
---|---|
first () [Int!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01) 必需的 |
返回n 列表中的第一个元素。 |
- 履行订单(
[FulfillmentOrderConnection!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillmentorder)
)
商户管理和第三方履行订单的分页列表。
争论 | 描述 |
---|---|
after () [String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01) |
返回指定游标之后的元素。 |
before () [String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01) |
返回指定游标之前的元素。 |
first () [Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01) |
返回n 列表中的第一个元素。 |
includeClosed () [Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01) |
是否包括已关闭的履行订单。 默认值: false |
last () [Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01) |
返回n 列表中的最后一个元素。 |
query () [String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01) |
支持的过滤器参数: + assigned_location_id + status 请参阅详细的搜索语法。 |
reverse () [Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01) |
颠倒基础列表的顺序。 默认值: false |
sortKey () [FulfillmentOrderSortKeys](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillmentordersortkeys) |
按给定键对基础列表进行排序。 默认值: ID |
- 元字段(
[MetafieldConnection!](https://shopify.dev/docs/admin-api/graphql/reference/metafields/metafieldconnection)
)
与资源关联的元字段的分页列表。
争论 | 描述 |
---|---|
after () [String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01) |
返回指定游标之后的元素。 |
before () [String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01) |
返回指定游标之前的元素。 |
first () [Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01) |
返回n 列表中的第一个元素。 |
last () [Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01) |
返回n 列表中的最后一个元素。 |
namespace () [String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01) |
在资源下查找具有特定名称空间的所有元字段。 |
reverse () [Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01) |
颠倒基础列表的顺序。 默认值: false |
- orderTags(
[StringConnection!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/stringconnection)
)
已添加到订单的标签列表。
所需的访问read_orders
访问范围。
- privateMetafields(
[PrivateMetafieldConnection!](https://shopify.dev/docs/admin-api/graphql/reference/metafields/privatemetafieldconnection)
)
私有元字段列表。
争论 | 描述 |
---|---|
after () [String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01) |
返回指定游标之后的元素。 |
before () [String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01) |
返回指定游标之前的元素。 |
first () [Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01) |
返回n 列表中的第一个元素。 |
last () [Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01) |
返回n 列表中的最后一个元素。 |
namespace () [String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01) |
按名称空间过滤私有元字段。 |
reverse () [Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01) |
颠倒基础列表的顺序。 默认值: false |
- productImages(
[ImageConnection!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/imageconnection)
)
商店所有产品的所有图片。
争论 | 描述 |
---|---|
after () [String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01) |
返回指定游标之后的元素。 |
before () [String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01) |
返回指定游标之前的元素。 |
crop () [CropRegion](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/cropregion) |
根据指定区域裁剪图像。不建议使用此参数:改为使用crop on Image.transformedSrc 。 |
first () [Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01) |
返回n 列表中的第一个元素。 |
last () [Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01) |
返回n 列表中的最后一个元素。 |
maxHeight () [Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01) |
图片高度,以像素为单位,介于1到2048之间。不建议使用此参数:改为使用maxHeight on Image.transformedSrc 。 |
maxWidth () [Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01) |
图像宽度(以像素为单位,介于1到2048之间)。不建议使用此参数:改为使用maxWidth on Image.transformedSrc 。 |
reverse () [Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01) |
颠倒基础列表的顺序。 默认值: false |
scale () [Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01) |
高分辨率视网膜显示器的图像尺寸倍增器。必须在1到3之间。不建议使用此参数:改为使用scale on Image.transformedSrc 。默认值: 1 |
sortKey () [ProductImageSortKeys](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/productimagesortkeys) |
按给定键对基础列表进行排序。 默认值: CREATED_AT |
- productTags(
[StringConnection!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/stringconnection)
)
已添加到产品的标签列表。
所需的访问read_products
访问范围。
争论 | 描述 |
---|---|
first () [Int!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01) 必需的 |
返回n 列表中的第一个元素。 |
- productTypes(
[StringConnection!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/stringconnection)
)
添加到产品的类型。
所需的访问read_products
访问范围。
争论 | 描述 |
---|---|
first () [Int!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01) 必需的 |
返回n 列表中的第一个元素。 |
- 产品供应商(
[StringConnection!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/stringconnection)
)
供应商已添加到产品。
所需的访问read_products
访问范围。
争论 | 描述 |
---|---|
first () [Int!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01) 必需的 |
返回n 列表中的第一个元素。 |
- 搜索(
[SearchResultConnection!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/searchresultconnection)
)
返回管理员搜索结果。
- storefrontAccessTokens(
[StorefrontAccessTokenConnection!](https://shopify.dev/docs/admin-api/graphql/reference/access/storefrontaccesstokenconnection)
)
私有应用程序的店面访问令牌。适用于每个应用程序。
争论 | 描述 |
---|---|
after () [String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01) |
返回指定游标之后的元素。 |
before () [String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01) |
返回指定游标之前的元素。 |
first () [Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01) |
返回n 列表中的第一个元素。 |
last () [Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01) |
返回n 列表中的最后一个元素。 |
reverse () [Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01) |
颠倒基础列表的顺序。 默认值: false |
- UploadedImages(
[ImageConnection!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/imageconnection)
)
所有图像上传到商店。
所需的访问read_images
访问范围。
争论 | 描述 |
---|---|
after () [String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01) |
返回指定游标之后的元素。 |
before () [String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01) |
返回指定游标之前的元素。 |
crop () [CropRegion](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/cropregion) |
根据指定区域裁剪图像。不建议使用此参数:改为使用crop on Image.transformedSrc 。 |
first () [Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01) |
返回n 列表中的第一个元素。 |
last () [Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01) |
返回n 列表中的最后一个元素。 |
maxHeight () [Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01) |
图片高度,以像素为单位,介于1到2048之间。不建议使用此参数:改为使用maxHeight on Image.transformedSrc 。 |
maxWidth () [Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01) |
图像宽度(以像素为单位,介于1到2048之间)。不建议使用此参数:改为使用maxWidth on Image.transformedSrc 。 |
reverse () [Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01) |
颠倒基础列表的顺序。 默认值: false |
scale () [Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01) |
高分辨率视网膜显示器的图像尺寸倍增器。必须在1到3之间。不建议使用此参数:改为使用scale on Image.transformedSrc 。默认值: 1 |
sortKey () [ShopImageSortKeys](https://shopify.dev/docs/admin-api/graphql/reference/store-properties/shopimagesortkeys) |
按给定键对基础列表进行排序。 默认值: CREATED_AT |
字段
- 警报(
[[ShopAlert!]!](https://shopify.dev/docs/admin-api/graphql/reference/events/shopalert)
)
Shopify管理员中显示的警报消息。 - analyticsToken(
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
查询商店的报表或仪表盘所需的令牌。 - billingAddress(
[MailingAddress!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/mailingaddress)
)
商店的帐单邮寄地址信息。 - checkoutApiSupported(
[Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)
)
指定商店是否支持通过Checkout API进行结帐。 - contactEmail(
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
商店的面向公众的联系电子邮件地址。客户将使用此电子邮件与商店所有者进行通信。 - 运输区域(
[CountriesInShippingZones!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/countriesinshippingzones)
)
在商店的运输区域中定义的国家/地区。 - currencyCode(
[CurrencyCode!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/currencycode)
)
商店货币的三个字母代码。 - currencyFormats(
[CurrencyFormats!](https://shopify.dev/docs/admin-api/graphql/reference/store-properties/currencyformats)
)
货币在商店中的显示方式。 - 客户帐户(
[ShopCustomerAccountsSetting!](https://shopify.dev/docs/admin-api/graphql/reference/store-properties/shopcustomeraccountssetting)
)
商店的客户帐户要求首选项。 - 说明(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
搜索引擎结果中使用的商店的元描述。 - 域(
[[Domain!]!](https://shopify.dev/docs/admin-api/graphql/reference/online-store/domain)
)
为商店配置的域。 - 电子邮件(
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
商店所有者的电子邮件地址。Shopify将使用此电子邮件地址与商店所有者进行通信。 - enabledPresentmentCurrencies(
[[CurrencyCode!]!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/currencycode)
)
为商店启用了演示货币。 - 功能(
[ShopFeatures!](https://shopify.dev/docs/admin-api/graphql/reference/store-properties/shopfeatures)
)
商店的功能。 - 履行服务(
[[FulfillmentService!]!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillmentservice)
)
商店已安装的履行服务列表。 - 安娜时区(
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
IANA定义的商店的时区。 - id(
[ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
)
全局唯一标识符。 - limitedPendingOrderCount(
[LimitedPendingOrderCount!](https://shopify.dev/docs/admin-api/graphql/reference/store-properties/limitedpendingordercount)
)
商店中待处理订单的数量。上限为10000。 - 元字段(
[Metafield](https://shopify.dev/docs/admin-api/graphql/reference/metafields/metafield)
)
与资源关联的元字段。
- myshopifyDomain(
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
商店的.myshopify.com域名。 - 名称(
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
店铺名称。 - navigationSettings(
[[NavigationItem!]!](https://shopify.dev/docs/admin-api/graphql/reference/store-properties/navigationitem)
)
商店的导航设置。 - orderNumberFormatPrefix(
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
订单号之前出现的前缀。 - orderNumberFormatSuffix(
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
订单号后出现的后缀。 - paymentSettings(
[PaymentSettings!](https://shopify.dev/docs/admin-api/graphql/reference/orders/paymentsettings)
)
与付款相关的设置。 - 计划(
[ShopPlan!](https://shopify.dev/docs/admin-api/graphql/reference/store-properties/shopplan)
)
商店的计划。 - primaryDomain(
[Domain!](https://shopify.dev/docs/admin-api/graphql/reference/online-store/domain)
)
商店的主要域名。 - privateMetafield(
[PrivateMetafield](https://shopify.dev/docs/admin-api/graphql/reference/metafields/privatemetafield)
)
返回通过名称空间和键找到的私有元字段。
- publicationCount(
[Int!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
)
公开出版物的数量。 - resourceLimits(
[ShopResourceLimits!](https://shopify.dev/docs/admin-api/graphql/reference/store-properties/shopresourcelimits)
)
商店的资源限制。 - richTextEditorUrl(
[URL!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#url-2021-01)
)
RTF编辑器的URL。 - searchFilters(
[SearchFilterOptions!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/searchfilteroptions)
)
搜索过滤器选项列表。 - setupRequired(
[Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)
)
商店是否有出色的设置步骤。 - shipsToCountries(
[[CountryCode!]!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/countrycode)
)
商店运送到的国家/地区。 - shopPolicies(
[[ShopPolicy!]!](https://shopify.dev/docs/admin-api/graphql/reference/store-properties/shoppolicy)
)
与商店关联的所有策略的列表。 - taxShipping(
[Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)
)
指定是否对运输收取税款。 - 已含税(
[Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)
)
产品价格中是否包含适用税项的设置。 - 时区缩写(
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
商店的时区缩写。 - timezoneOffset(
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
商店的时区偏移量。 - timezoneOffsetMinutes(
[Int!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
)
商店的时区偏移量以分钟数表示。 - transaction(
[[PublishedTranslation!]!](https://shopify.dev/docs/admin-api/graphql/reference/translations/publishedtranslation)
)
与资源关联的翻译。
争论 | 描述 |
---|---|
locale () [String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01) 必需的 |
过滤翻译区域设置。 |
- unitSystem(
[UnitSystem!](https://shopify.dev/docs/admin-api/graphql/reference/store-properties/unitsystem)
)
商店的单位制。 - UploadedImagesByIds(
[[Image!]!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/image)
)
通过ID获取上传到商店的图像列表。
所需的访问read_images
访问范围。
争论 | 描述 |
---|---|
imageIds () [[ID!]!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01) 必需的 |
上载图片的ID。 |
- url(
[URL!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#url-2021-01)
)
商店店面的URL。 - weightUnit(
[WeightUnit!](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/weightunit)
)
商店用于产品和运输的主要重量单位。
返回商店的类型
[QueryRoot.shop](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/queryroot#shop-2021-01)
派生关系
[HasMetafields](https://shopify.dev/docs/admin-api/graphql/reference/metafields/hasmetafields)
[HasPublishedTranslations](https://shopify.dev/docs/admin-api/graphql/reference/translations/haspublishedtranslations)
[Node](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/node)