Skip to main content
Version: 202201

Fulfillment Details

GET 

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

Retrieves the details of a specific fulfillment for an order.

Request

Path Parameters

    order_id stringrequired

    Order's ID

    fulfillment_id stringrequired

    Fulfillment's ID

Responses

200

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