新的订购行添加到合同所需的输入字段-SubscriptionLineInput 输入对象
指定将新的订购行添加到合同所需的输入字段。
输入栏
- currentPrice(
[Decimal!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#decimal-2021-01)
) 必需的
产品的价格。 - customAttributes(
[[AttributeInput!]](https://shopify.dev/docs/admin-api/graphql/reference/orders/attributeinput)
)
此订阅行的定制属性。 - 定价政策(
[SubscriptionPricingPolicyInput](https://shopify.dev/docs/admin-api/graphql/reference/orders/subscriptionpricingpolicyinput)
)
描述订购线随时间的预期价格变化。 - productVariantId(
[ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
) 必需的
订阅行引用的产品变体的ID。 - 数量(
[Int!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
) 必需的
产品数量。 - sellingPlanId(
[ID](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
)
订阅行的销售计划。 - sellingPlanName(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
订阅行的销售计划名称。
未指定时默认使用销售计划的当前名称。