get https://{subdomain}.myclickfunnels.com/api/v2/fulfillments/
Retrieve a specific fulfillment in the current workspace
Log in to see full request history
Responses
Retrieve a specific fulfillment in the current workspace
xxxxxxxxxx
curl --request GET \
--url https://myworkspace.myclickfunnels.com/api/v2/fulfillments/id \
--header 'accept: application/json'
xxxxxxxxxx
23{
"id": 4,
"public_id": "wZXcTQ",
"workspace_id": 42000,
"contact_id": 100,
"status": "fulfilled",
"tracking_url": "https://usps.com/track/1234567890",
"shipping_provider": "USPS",
"tracking_code": "1234567890",
"location_id": 5,
"fulfillment_number": 4,
"created_at": "2025-02-05T12:39:52.879Z",
"updated_at": "2025-02-05T12:39:52.879Z",
"included_invoices_line_items": [
{
"id": 4,
"public_id": "igRfAQ",
"fulfillment_id": 4,
"quantity": 1,
"invoices_line_item_id": 11
}
]
}