客户足迹摘要-CustomerJourneySummary 对象
代表客户在商店在线商店中的活动。
所需的访问
read_orders
访问范围。
在本页面
连接数
moments([CustomerMomentConnection](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/customermoment)
)
客户订单之前的事件,例如购物会话。
争论 | 描述 |
---|---|
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 |
属性
- customerOrderIndex(
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
)
当前订单在客户订单历史记录中的位置。测试订单不包括在内。 - daysToConversion(
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
)
从第一次会话到订单创建日期的天数。第一个会话代表自上次订单以来的第一个会话,如果自最后一个订单以来已超过30天,则代表30天归因窗口内的第一个会话。 - firstVisit(
[CustomerVisit](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/customervisit)
)
客户第一次进入商店的会话。 - lastVisit(
[CustomerVisit](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/customervisit)
)
下订单前的最后一个会话。 - momentsCount(
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
)
与该订单关联的客户动态总数。如果订单仍在分配过程中,则返回null。 - ready(
[Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)
)
订单的属性会话是否已创建。
返回CustomerJourneySummary的类型
[Order.customerJourneySummary](https://shopify.dev/docs/admin-api/graphql/reference/orders/order#customerjourneysummary-2021-01)