Fulfillments create

🔒

Requires order access scope. For more access scope

TopicTrigger TimingMinimum Supported Version
fulfillments/createTriggered for any shipping action202007

Resource:https://www.shoplazza.dev/reference/fulfillment-1

Response Example

{
    "fulfillment": {
        "id": "db4469f3-5e56-4c69-a2b6-03e81d24d5b5",
        "order_id": "db4469f3-5e56-4c69-a2b6-03e81d24d5b5",
        "status": "waiting",
        "created_at": "2018-11-02T12:30:10-04:00",
        "updated_at": "2018-11-02T12:30:10-04:00",
        "tracking_company": "",
        "tracking_number": "1Z2345",
        "tracking_company_code": "3306",
        "line_items": [
            {
                "id": "db4469f3-5e56-4c69-a2b6-03e81d24d5b5",
                "product_id": "db4469f3-5e56-4c69-a2b6-03e81d24d5b5",
                "product_title": "abc",
                "variant_id": "db4469f3-5e56-4c69-a2b6-03e81d24d5b5",
                "variant_title": "XXX",
                "quantity": 10,
                "note": "red",
                "image": "http://www.a.com/xxx.jpg",
                "price": 12.34,
                "compare_at_price": 12.34,
                "total": "12.34 USD",
                "fulfillment_status": "waiting",
                "sku": "xxx",
                "weight": 1.23,
                "weight_unit": "g",
                "vendor": "XXX",
                "product_handle": "abc",
                "product_url": "http://www.a.com/abc",
                "properties": [
                    {
                        "name": "color",
                        "value": "red"
                    },
                    {
                        "name": "color",
                        "value": "red"
                    }
                ]
            }
        ]
    }
}