post https://{subdomain}.myclickfunnels.com/api/v2/workspaces//fulfillments/locations
Create Location
Log in to see full request history
Responses
Create Location
xxxxxxxxxx
curl --request POST \
--url https://myworkspace.myclickfunnels.com/api/v2/workspaces/workspace_id/fulfillments/locations \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
22{
"id": 15,
"public_id": "UFNEqo",
"workspace_id": 42000,
"name": "Example Location",
"address_name": "Example Address",
"email_address": "myemail1741178394@example.com",
"phone_number": "(123)-555-4567",
"sort_order": 1,
"archived": false,
"external_app": true,
"created_at": null,
"updated_at": null,
"address": {
"address_one": "3443 W. Bavaria St.",
"address_two": "Suite 100",
"city": "Eagle",
"region": "Idaho",
"country": "US",
"postal_code": "83616"
}
}