跳到主要内容
版本:202201

查询履约详情

GET 

/openapi/2022-01/orders/:order_id/fulfillments/:fulfillment_id

通过履约 ID 获取指定履约的详细信息。

请求

Path参数

    order_id string必填

    订单 ID。

    fulfillment_id string必填

    待查询的履约 ID。

响应

200

数据结构
    fulfillment object
    idstring
    示例: 49a731b0-1b7e-47c3-94d9-6d688f36201e
    order_idstring
    示例: 633130-00000012
    statusstring
    示例: finished
    tracking_companystring
    示例: 燕文物流
    tracking_numberstring
    示例: 11111111111
    tracking_company_codestring
    示例: DJ-11343
    tracking_urlstring
    示例:
    created_atstring
    示例: 2024-04-22T06:58:01Z
    updated_atstring
    示例: 2024-04-22T07:00:57Z
    line_items object[]
  • Array [
  • idstring
    示例: 7037bd0b-cb6b-453a-a936-b349d0c8bf5d
    product_idstring
    示例: a1a88be0-a1d4-47e4-a2f2-ba6e131cf447
    variant_idstring
    示例: 88e68830-4ef5-4125-bf7d-aef8047176b2
    variant_titlestring
    示例: S-blue-T
    product_titlestring
    示例: shirt
    product_handlestring
    示例: shirt
    quantityinteger
    默认值: 0
    示例: 2
    notestring
    示例:
    fulfillment_statusstring
    示例: partially_returned
    skustring
    示例: T-M-S-blue-T-A001004
    weight_unitstring
    示例: kg
    vendorstring
    示例: shoplazza
    product_urlstring
    示例: /products/shirt
    compare_at_pricestring
    示例: 97.00
    imagestring
    示例: //cdn.shoplazza.com/ccf0794c594bad32a320eea0d6bfe40c.jpeg
    pricestring
    示例: 81.00
    totalstring
    示例: 162.00
    weightstring
    示例: 1.10
    properties object[]
  • Array [
  • namestring
    示例: size
    valuestring
    示例: S
  • ]
  • custom_properties object
    object
    refund_quantityinteger
    默认值: 0
    示例: 0
    refund_totalstring
    示例: 81.00
    taxableboolean
    默认值: true
    示例: true
    requires_shippingboolean
    默认值: true
    示例: true
    shipping_quantityinteger
    默认值: 0
    示例: 2
  • ]