订阅合约-SubscriptionContract 对象
表示订购合同。
所需的访问
需要all_subscription_contracts或own_subscription_contracts范围。
在本页面
Connections
- billingAttempts(
[SubscriptionBillingAttemptConnection!](https://shopify.dev/docs/admin-api/graphql/reference/orders/subscriptionbillingattempt)
)
与订阅合同关联的开票尝试列表。
争论 | 描述 |
---|---|
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 |
- 折扣(
[SubscriptionManualDiscountConnection!](https://shopify.dev/docs/admin-api/graphql/reference/orders/subscriptionmanualdiscount)
)
与订购合同关联的订购折扣列表。
争论 | 描述 |
---|---|
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 |
- 行(
[SubscriptionLineConnection!](https://shopify.dev/docs/admin-api/graphql/reference/orders/subscriptionline)
)
与订阅合同关联的订阅行列表。
争论 | 描述 |
---|---|
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 |
- 订单(
[OrderConnection!](https://shopify.dev/docs/admin-api/graphql/reference/orders/order)
)
与订购合同关联的订单列表。
争论 | 描述 |
---|---|
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 |
字段
- 应用程式(
[App](https://shopify.dev/docs/admin-api/graphql/reference/apps/app)
)
该订阅合同已注册到的订阅应用程序。 - appAdminUrl(
[URL](https://shopify.dev/docs/admin-api/graphql/reference/scalar#url-2021-01)
)
订阅应用程序上的订阅合同页面的URL。 - billingPolicy(
[SubscriptionBillingPolicy!](https://shopify.dev/docs/admin-api/graphql/reference/orders/subscriptionbillingpolicy)
)
与订购合同关联的计费策略。 - createdAt(
[DateTime!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#datetime-2021-01)
)
订阅合同的创建日期和时间。 - currencyCode(
[CurrencyCode!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/currencycode)
)
订阅合约所使用的货币。 - 客户(
[Customer](https://shopify.dev/docs/admin-api/graphql/reference/customers/customer)
)
订阅合同所属的客户。 - customerPaymentMethod(
[CustomerPaymentMethod](https://shopify.dev/docs/admin-api/graphql/reference/customers/customerpaymentmethod)
)
订阅合同使用的客户付款方式。
争论 | 描述 |
---|---|
showRevoked () [Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01) |
是否显示客户被撤销的付款方式。 默认值: false |
- deliveryMethod(
[SubscriptionDeliveryMethod](https://shopify.dev/docs/admin-api/graphql/reference/orders/subscriptiondeliverymethod)
)
订阅合同每次开票的交付方式。 - deliveryPolicy(
[SubscriptionDeliveryPolicy!](https://shopify.dev/docs/admin-api/graphql/reference/orders/subscriptiondeliverypolicy)
)
与订购合同关联的交付策略。 - 交货价格(
[MoneyV2!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/moneyv2)
)
订阅合同每次开票的交货价格。 - 编号(
[ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
)
全局唯一标识符。 - lastPaymentStatus(
[SubscriptionContractLastPaymentStatus](https://shopify.dev/docs/admin-api/graphql/reference/orders/subscriptioncontractlastpaymentstatus)
)
上次付款的当前状态。 - lineCount(
[Int!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
)
与订阅合同关联的行数。 - nextBillingDate(
[DateTime](https://shopify.dev/docs/admin-api/graphql/reference/scalar#datetime-2021-01)
)
订阅合同的下一个结算日期。 - originOrder(
[Order](https://shopify.dev/docs/admin-api/graphql/reference/orders/order)
)
该合同产生的顺序。 - 状态(
[SubscriptionContractSubscriptionStatus!](https://shopify.dev/docs/admin-api/graphql/reference/orders/subscriptioncontractsubscriptionstatus)
)
订阅合同的当前状态。 - UpdatedAt(
[DateTime!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#datetime-2021-01)
)
订阅合同更新的日期和时间。
返回SubscriptionContract的类型
[Customer.subscriptionContracts](https://shopify.dev/docs/admin-api/graphql/reference/customers/customer#subscriptioncontracts-2021-01)
[CustomerPaymentMethod.subscriptionContracts](https://shopify.dev/docs/admin-api/graphql/reference/customers/customerpaymentmethod#subscriptioncontracts-2021-01)
[LineItem.contract](https://shopify.dev/docs/admin-api/graphql/reference/orders/lineitem#contract-2021-01)
[QueryRoot.subscriptionContract](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/queryroot#subscriptioncontract-2021-01)
[QueryRoot.subscriptionContracts](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/queryroot#subscriptioncontracts-2021-01)
[SubscriptionBillingAttempt.subscriptionContract](https://shopify.dev/docs/admin-api/graphql/reference/orders/subscriptionbillingattempt#subscriptioncontract-2021-01)
[SubscriptionDraft.originalContract](https://shopify.dev/docs/admin-api/graphql/reference/orders/subscriptiondraft#originalcontract-2021-01)
订购合约的变更
- subscriptionContractCreate
创建订购合同。 - subscriptionContractSetNextBillingDate
设置订阅合同的下一个结算日期。 - subscriptionContractUpdate
更新订阅合同。
派生关系
[Node](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/node)
自动生成的类型,用于通过多个SubscriptionContracts分页。
在本页面
字段
- edges(
[[SubscriptionContractEdge!]!](https://shopify.dev/docs/admin-api/graphql/reference/orders/subscriptioncontract)
)
边列表。 - pageInfo(
[PageInfo!](https://shopify.dev/docs/admin-api/graphql/reference/pageinfo)
)
有助于分页的信息。
一种自动生成的类型,在分页期间包含一个SubscriptionContract和一个光标。
在本页面
字段
- cursor(
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
用于分页的光标。 - node(
[SubscriptionContract!](https://shopify.dev/docs/admin-api/graphql/reference/orders/subscriptioncontract)
)
SubscriptionContractEdge末尾的项目。
返回SubscriptionContractEdge的类型
[SubscriptionContractConnection.edges](https://shopify.dev/docs/admin-api/graphql/reference/orders/subscriptioncontract#edges-2021-01)