get https://{subdomain}.myclickfunnels.com/api/v2/orders/invoices/restocks/
Fetch Restock
Log in to see full request history
Responses
Fetch Restock
xxxxxxxxxx
curl --request GET \
--url https://myworkspace.myclickfunnels.com/api/v2/orders/invoices/restocks/id \
--header 'accept: application/json'
xxxxxxxxxx
18{
"id": 1,
"public_id": "lDUzwt",
"workspace_id": 42,
"contact_id": 6,
"status": "restocked",
"created_at": "2024-02-07T13:24:59.204Z",
"updated_at": "2024-02-07T13:24:59.204Z",
"included_invoices_line_items": [
{
"id": 1,
"public_id": "BegDsZ",
"fulfillment_id": 1,
"quantity": 1,
"invoices_line_item_id": 2
}
]
}