结账单相关信息。
Fields
webUrl ● URL!non-null
结账页面的 URL。
废弃
该字段自 v20251201 起已废弃,使用 checkoutUrl 作为替代。
email ● String
关联的邮箱地址。
id ● String!non-null
结账单的全局唯一标识符 ID。
appliedGiftCards ● [AppliedGiftCard]
应用于结账单的礼品卡列表。
More
buyerIdentity ● CheckoutBuyerIdentity
关联的客户身份信息。
More
completedAt ● [Date]
结账单完结的日期和时间。格式:ISO 8601
例子:2024-08-31T02:20:26+08:00
createdAt ● Date
结账单创建的日期和时间。格式:ISO 8601
例子:2024-08-31T02:20:26+08:00
currencyCode ● CurrencyCode
结账单结算使用的货币代码。
More
lineItemsSubtotalPrice ● Money
所有商品行价格总和小计(未扣除折扣且不包含运费、关税和税费)。
More
note ● String
结账单备注。
paymentDue ● Money
剩余需支付的金额(包含运费、关税和税费,并扣除折扣与礼品卡抵扣金额)。
More
customAttributes ● [Attribute]
添加到结账单的自定义属性列表,包含额外业务信息。
More
requiresShipping ● Boolean
结账单是否包含需要运输的商品。
  • true:包含
  • false:不包含
shippingAddress ● ShippingAddress
结账单的商品收货地址。
More
shippingDiscountAllocations ● [DiscountAllocation]
分摊至运费的折扣明细列表。
More
shippingLine ● ShippingRate
运费行信息,包含客户选择的运送方案和运费明细。
More
subtotalPrice ● Money
结账单中所有商品价格小计(未包含运费、关税和税费但已扣减折扣)。
More
taxesIncluded ● Boolean
商品行价格和运费行价格是否含税。
  • true:含税
  • false:不含税
totalPrice ● Money
结账单所有商品价格合计(包含运费、关税和税费且已扣减折扣)。
More
totalTax ● Money
商品行及运费行产生的税费总额。
More
updatedAt ● Date
结账单最近一次更新的日期和时间。格式:ISO 8601
例子:2024-08-31T02:20:26+08:00
discountApplications ● [DiscountApplication]
已应用于结账单的折扣列表。
More
lineItems ● [CheckoutLineItem]
商品行列表。
More
availableShippingRates ● AvailableShippingRates
可选的运费方案集。
More
checkoutUrl ● URI
结账页 URL。
这篇文章对你有帮助吗?