post https://{subdomain}.myclickfunnels.com/api/v2/workspaces//fulfillments
Fulfill an order or a part of an order. More information in our Fulfillments guide.
Log in to see full request history
Responses
Fulfill an order or a part of an order. More information in our Fulfillments guide.
xxxxxxxxxx
curl --request POST \
--url https://myworkspace.myclickfunnels.com/api/v2/workspaces/workspace_id/fulfillments \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
23{
"id": 5,
"public_id": "sjpRiN",
"workspace_id": 42000,
"contact_id": 102,
"status": "fulfilled",
"tracking_url": "https://usps.com/track/1234567890",
"shipping_provider": "USPS",
"tracking_code": "1234567890",
"location_id": 6,
"fulfillment_number": 5,
"created_at": "2025-02-05T12:39:53.190Z",
"updated_at": "2025-02-05T12:39:53.190Z",
"included_invoices_line_items": [
{
"id": 5,
"public_id": "PUsEdB",
"fulfillment_id": 5,
"quantity": 1,
"invoices_line_item_id": 13
}
]
}