模板引擎
简介
Liquid 基础语法
Liquid 内置方法
友好速搭主题对象
- 简介
- shop
- linklists
- link
- customer
- customer_level
- order
- payment
- shipment
- line_item
- tracker
- discount_record
- refund_record
- address
- area
- product
- image
- variant
- type
- vendor
- discount
- discount_off
- page
- page_snippet
- search
- pagination
- part
- situation
- item
- sort
- stock_avail
- form
- blog
- blog_author
- blog_tag
- social_account
- post
- post_tag
- post_dir
shipment
对象shipment
用于显示订单的运单详情。
对象shipment
不能单独使用,它在 order对象 中以order.shipments
存在。
对象shipment
,包含以下属性:
- shipment.serial_number
- shipment.status
- shipment.status_desc
- shipment.ship_type
- shipment.ship_type_desc
- shipment.ship_no
- shipment.supplier
- shipment.amount
- shipment.line_items
- shipment.trackers
shipment.serial_number
运单索引号,整型数值,从1开始递增。
shipment.status
运单的配送状态,整型数值,从0到3,分别表示:
- 0 - 未发货
- 1 - 配送中
- 2 - 确认收货
- 3 - 已签收
shipment.status_desc
运单的配送状态描述,包括:
- 未发货
- 配送中
- 确认收货
- 已签收
shipment.ship_type
运单的配送方式,整型数值,从0到5,分别表示:
- 0 - 普通快递
- 1 - 顺丰速运
- 2 - EMS
- 3 - 平邮/挂号信
- 4 - 商家配送
- 5 - 自提
shipment.ship_type_desc
运单的配送方式描述,包括:
- 普通快递
- 顺丰速运
- EMS
- 平邮/挂号信
- 商家配送
- 自提
shipment.ship_no
运单的配送单号。
shipment.supplier
运单的配送物流供应商,例如:韵达速运、顺丰速运等。
shipment.amount
运单的配送运费。
shipment.line_items
运单的配送商品列表。参见 line_item对象。
shipment.trackers
运单的配送状态跟踪列表,数组类型。参见 tracker对象。