馃摀
Collector API documentation
  • Introduction
  • Endpoints
    • About
    • Leads
      • Add New
      • Update
      • Get Last
      • Get Lead
      • Get List
      • Get Notes
      • Get Extra Data
      • Get Follow-ups
      • Get Order
      • Get Types
      • Get Statuses
    • Webhook
Powered by GitBook
On this page
  1. Endpoints
  2. Leads

Get Order

GET /leads/getOrder/{leadID}

Retrieves an order data of a specific lead

Headers

x-api-key* string

API key for authorization

Response

{
  "id": 1984312,
  "customer_name": "Full Name",
  "customer_email": "email@domain.co.il",
  "products": [
    {
      "name": "Product 101",
      "serial": "AP101",
      "quantity": 2,
      "unit_price": 500,
      "total_price": 1000
    },
    ...
  ],
  "delivery_type": "诪砖诇讜讞 讗拽住驻专住 注讚 讛讘讬转",
  "delivery_price": "30",
  "discount_amount": 300,
  "total_price": 2500,
  "form_fields": [
    {
      "name": "砖诐 讛诪讜讚注讛",
      "value": "拽诪驻讬讬谉 拽专讜住诇转 讛诪讜爪专讬诐"
    },
    ...
  ],
  "referral_source": "讟讜驻住 讛讝诪谞讛"
}
{
  "error": "Invalid request"
}
PreviousGet Follow-upsNextGet Types

Last updated 1 year ago